maybe fix it?
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 34s

This commit is contained in:
Lee
2024-04-26 00:09:20 +01:00
parent 68e6b71020
commit 0a81c26d08
3 changed files with 6 additions and 4 deletions

View File

@ -34,7 +34,7 @@ RUN \
FROM nginx:alpine AS runner
COPY --from=builder /app/dist/ /usr/share/nginx/html
COPY --from=builder /app/dist/ /var/www/html
COPY --from=builder /app/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80