changed stupid foldername
Some checks failed
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit
Some checks failed
gitea_dndsources/schedulord-frontend/pipeline/head There was a failure building this commit
This commit is contained in:
parent
59fc94b751
commit
f4d11db53a
@ -16,6 +16,6 @@ WORKDIR /usr/share/nginx/html
|
|||||||
# Remove default nginx static assets
|
# Remove default nginx static assets
|
||||||
RUN rm -rf ./*
|
RUN rm -rf ./*
|
||||||
# Copy static assets from builder stage
|
# Copy static assets from builder stage
|
||||||
COPY --from=builder /app/dist/schedulord-backend .
|
COPY --from=builder /app/dist/schedulord-frontend .
|
||||||
# Containers run nginx with global directives and daemon off
|
# Containers run nginx with global directives and daemon off
|
||||||
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
ENTRYPOINT ["nginx", "-g", "daemon off;"]
|
Loading…
Reference in New Issue
Block a user