1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

added .env.development file to repo

This commit is contained in:
Fedor Katurov 2021-09-30 12:43:50 +07:00
parent 9c16946b0d
commit 77b39fcc24
5 changed files with 33 additions and 10 deletions

View file

@ -9,4 +9,3 @@ COPY docker/www/nginx.conf /etc/nginx/nginx.conf
RUN rm -rf /usr/share/nginx/html/*
COPY --from=builder /build /usr/share/nginx/html
ENTRYPOINT ["nginx", "-g", "daemon off;"]