Update 'Dockerfile'
All checks were successful
gitea_dndsources/schedulord-frontend/pipeline/head This commit looks good
All checks were successful
gitea_dndsources/schedulord-frontend/pipeline/head This commit looks good
This commit is contained in:
parent
5ef0d12df4
commit
5d8be4568d
@ -18,5 +18,8 @@ RUN rm -rf ./*
|
||||
# Copy static assets from builder stage
|
||||
COPY --from=builder /app/dist/schedulord-frontend .
|
||||
# Containers run nginx with global directives and daemon off
|
||||
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
||||
|
||||
#ENTRY POINT ["nginx", "-g"]
|
||||
|
||||
#ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
||||
EXPOSE 80
|
Loading…
Reference in New Issue
Block a user