1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-19 21:21:22 +01:00
bitwarden-server/util/Attachments/Dockerfile

8 lines
113 B
Docker
Raw Normal View History

FROM bitwarden/server
EXPOSE 80
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]