1
0
mirror of https://github.com/bitwarden/server.git synced 2025-03-13 13:39:35 +01:00
bitwarden-server/util/Attachments/Dockerfile

12 lines
154 B
Docker
Raw Normal View History

2017-10-03 03:27:31 +02:00
FROM bitwarden/server
2018-03-24 02:58:45 +01:00
USER bitwarden
EXPOSE 80
COPY entrypoint.sh /
2018-03-24 02:58:45 +01:00
USER root
RUN chmod +x /entrypoint.sh
2018-03-24 02:58:45 +01:00
USER bitwarden
ENTRYPOINT ["/entrypoint.sh"]