diff --git a/Dockerfile b/Dockerfile index 724f736..09b5a9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM debian:buster WORKDIR /opt/protonmail # Copy bash scripts -COPY gpgparams install.sh entrypoint.sh VERSION /protonmail/ +COPY gpgparams install.sh entrypoint.sh VERSION /opt/protonmail/ # Install dependencies and protonmail bridge RUN bash install.sh