Update 'Dockerfile'
gitea_dndsources/schedulord-frontend/pipeline/head This commit looks good Details

This commit is contained in:
Jesse James Isler 2022-06-08 21:24:38 +00:00
parent 5ef0d12df4
commit 5d8be4568d
1 changed files with 4 additions and 1 deletions

View File

@ -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