Fixed Path of COPY in Dockerfile
All checks were successful
andreas-personal/protonmail-bridge-docker/pipeline/head This commit looks good
All checks were successful
andreas-personal/protonmail-bridge-docker/pipeline/head This commit looks good
This commit is contained in:
parent
7fd95a06e0
commit
06ed76e53c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user