fix typo in dockerfile
All checks were successful
CI / build (push) Successful in 13s
CI / lint (push) Successful in 7s
CI / build-and-push-docker (push) Successful in 18s

This commit is contained in:
2025-08-29 14:28:36 +02:00
parent ae4b2b6179
commit 86e301cad6

View File

@@ -5,7 +5,7 @@ FROM nginx:alpine
RUN rm -rf /usr/share/nginx/html/*
# Copy build output from dist folder to nginx html directory
COPY dist/ /usr/share/nginx/html/
COPY build/ /usr/share/nginx/html/
# Copy custom nginx config
COPY nginx.conf /etc/nginx/nginx.conf