fix: path problem

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
shahdlala66
2026-05-06 09:19:03 +02:00
parent 04df2250e9
commit 7de4f3784b
+1 -1
View File
@@ -13,7 +13,7 @@ FROM nginx:stable-alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build /app/dist/nowchess-frontend /usr/share/nginx/html COPY --from=build /app/dist/nowchess-frontend/browser /usr/share/nginx/html
EXPOSE 80 EXPOSE 80
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]