This commit is contained in:
2022-04-19 15:24:00 +02:00
parent 3800b448e1
commit 8cde59dd1f

View File

@ -32,9 +32,11 @@ COPY . .
RUN trunk build --release RUN trunk build --release
RUN ls -l . dist
######################## ########################
### PRODUCTION STAGE ### ### PRODUCTION STAGE ###
######################## ########################
FROM nginx:alpine FROM nginx:alpine
COPY --from=base /app/dist/* /usr/share/nginx/html/ COPY --from=build /app/dist/* /usr/share/nginx/html/