1
0
mirror of https://github.com/bitwarden/server synced 2026-01-08 11:33:26 +00:00

Merge branch 'master' of github.com:bitwarden/core

This commit is contained in:
Kyle Spearrin
2018-11-16 08:56:38 -05:00

View File

@@ -13,6 +13,10 @@ COPY mime.types /etc/nginx
COPY security-headers.conf /etc/nginx
COPY security-headers-ssl.conf /etc/nginx
COPY entrypoint.sh /
EXPOSE 8080
EXPOSE 8443
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]