fix path in dockerfile

This commit is contained in:
2025-08-29 13:55:21 +02:00
parent a625aee9d8
commit 18bf7cb6ce

View File

@@ -2,7 +2,7 @@ FROM nginx:latest
WORKDIR /app
COPY ./dist .
COPY ./dist/* .
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]