1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-07 10:55:43 -05:00
Files
bitwarden/attachments/Dockerfile
2017-08-15 12:03:55 -04:00

8 lines
113 B
Docker

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