1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
bitwarden-server/util/Attachments/Dockerfile

8 lines
118 B
Docker
Raw Normal View History

2017-10-02 22:38:52 +02:00
FROM bitwarden/server:beta
EXPOSE 80
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]