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

This commit is contained in:
Круглицкий Никита Витальевич 2025-11-20 22:02:54 +06:00
parent eed93b911d
commit b4ebc27541

View File

@ -6,7 +6,7 @@ RUN yarn install
COPY . . COPY . .
RUN yarn build RUN yarn build
FROM httpd:latest-alpine FROM httpd:latest
COPY --from=build /app/dist /usr/local/apache2/htdocs/ COPY --from=build /app/dist /usr/local/apache2/htdocs/