fix: NCWF-1 401 #5

Merged
shosho996 merged 36 commits from fix/NCWF-1 into main 2026-05-12 23:11:20 +02:00
Showing only changes of commit 7de4f3784b - Show all commits
+1 -1
View File
@@ -13,7 +13,7 @@ FROM nginx:stable-alpine
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
CMD ["nginx", "-g", "daemon off;"]