deploy
All checks were successful
Deploy / build (push) Successful in 1m22s

This commit is contained in:
Круглицкий Никита Витальевич 2025-11-21 08:51:59 +06:00
parent a95cbfbfdc
commit 86eac08cf9

View File

@ -9,7 +9,7 @@ RUN yarn build
RUN npm install -g serve RUN npm install -g serve
EXPOSE 80 EXPOSE 80
CMD ["serve -s /app/dist -l 80"] CMD ["serve /app/dist -p 80"]
# #
#FROM nginx:stable-alpine #FROM nginx:stable-alpine
# #