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:
parent
b2ab42bdf1
commit
9c16946b0d
3 changed files with 3 additions and 2 deletions
|
@ -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;"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue