Initial Commit
Some checks failed
andreas-personal/protonmail-bridge-docker/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/protonmail-bridge-docker/pipeline/head There was a failure building this commit
This commit is contained in:
14
Dockerfile
Normal file
14
Dockerfile
Normal file
@ -0,0 +1,14 @@
|
||||
FROM debian:buster
|
||||
|
||||
WORKDIR /opt/protonmail
|
||||
|
||||
# Copy bash scripts
|
||||
COPY gpgparams install.sh entrypoint.sh VERSION /protonmail/
|
||||
|
||||
# Install dependencies and protonmail bridge
|
||||
RUN bash install.sh
|
||||
|
||||
ENTRYPOINT ["bash", "/opt/protonmail/entrypoint.sh"]
|
||||
|
||||
EXPOSE 25/tcp
|
||||
EXPOSE 143/tcp
|
Reference in New Issue
Block a user