deploy
All checks were successful
Deploy / build (push) Successful in 42s

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

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 -s /app/dist -l 80"]
# #
#FROM nginx:stable-alpine #FROM nginx:stable-alpine
# #