Move deb packing under deb folder

This commit is contained in:
Xiaonan Shen 2020-11-19 19:33:10 -08:00
parent 4036e5237b
commit 45c153dc1d
No known key found for this signature in database
GPG key ID: 211BF560D12417F5
11 changed files with 13 additions and 28 deletions

View file

@ -1,15 +0,0 @@
FROM ubuntu:bionic
LABEL maintainer="Xiaonan Shen <s@sxn.dev>"
EXPOSE 25/tcp
EXPOSE 143/tcp
WORKDIR /protonmail
# Copy bash scripts
COPY gpgparams install.sh entrypoint.sh VERSION /protonmail/
# Install dependencies and protonmail bridge
RUN bash install.sh
ENTRYPOINT ["bash", "/protonmail/entrypoint.sh"]