mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Merge branch 'master' of github.com:bitwarden/core
This commit is contained in:
commit
6119545734
@ -13,6 +13,10 @@ COPY mime.types /etc/nginx
|
|||||||
COPY security-headers.conf /etc/nginx
|
COPY security-headers.conf /etc/nginx
|
||||||
COPY security-headers-ssl.conf /etc/nginx
|
COPY security-headers-ssl.conf /etc/nginx
|
||||||
COPY entrypoint.sh /
|
COPY entrypoint.sh /
|
||||||
|
|
||||||
|
EXPOSE 8080
|
||||||
|
EXPOSE 8443
|
||||||
|
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user