From 06ed76e53c0924416efadf84f6f03891e24cccc9 Mon Sep 17 00:00:00 2001 From: Andreas Fahrecker Date: Sat, 16 Mar 2024 01:50:28 +0100 Subject: [PATCH] Fixed Path of COPY in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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