Fixed Path of COPY in Dockerfile
All checks were successful
andreas-personal/protonmail-bridge-docker/pipeline/head This commit looks good

This commit is contained in:
Andreas Fahrecker 2024-03-16 01:50:28 +01:00
parent 7fd95a06e0
commit 06ed76e53c

View File

@ -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