maybe fix it?
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 34s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 34s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user