#3 update
All checks were successful
Deploy / server (push) Successful in 18s
Deploy / client (push) Successful in 28s

This commit is contained in:
Никита Круглицкий 2025-10-01 21:58:05 +06:00
parent 3323287872
commit ea3f9f2876

View File

@ -13,7 +13,7 @@ RUN yarn generate
FROM nginx:stable-alpine
COPY --from=builder /app/dist /usr/share/nginx/html
COPY --from=builder /app/.output/public /usr/share/nginx/html
EXPOSE 80