feat: NCS-69 Challenge request #3

Merged
shosho996 merged 35 commits from feat/NCS-69 into main 2026-05-12 22:38:57 +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;"]