fix: NCWF-1 401 #6

Merged
shosho996 merged 37 commits from fix--NCWF-1-401 into main 2026-05-13 00:01:27 +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;"]