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

commented-out unnecessary build stages

This commit is contained in:
Fedor Katurov 2021-09-30 10:58:49 +07:00
parent 214383de32
commit 113270878a

View file

@ -8,6 +8,6 @@ COPY . .
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
#COPY --from=builder /build /usr/share/nginx/html
EXPOSE ${EXPOSE} 80
ENTRYPOINT ["nginx", "-g", "daemon off;"]