fix typo in dockerfile

This commit is contained in:
2025-08-29 14:28:36 +02:00
parent ae4b2b6179
commit 86e301cad6
+1 -1
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