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

changed env file

This commit is contained in:
Fedor Katurov 2021-09-30 12:18:27 +07:00
parent b2ab42bdf1
commit 9c16946b0d
3 changed files with 3 additions and 2 deletions

View file

@ -8,5 +8,5 @@ FROM nginx:alpine
COPY docker/www/nginx.conf /etc/nginx/nginx.conf
RUN rm -rf /usr/share/nginx/html/*
COPY --from=builder /build /usr/share/nginx/html
EXPOSE ${EXPOSE} 80
ENTRYPOINT ["nginx", "-g", "daemon off;"]