This commit is contained in:
Salam-vsem
2025-05-19 16:17:59 +03:00
parent 53a969aefb
commit 2c6183320e
2 changed files with 2 additions and 2 deletions

View File

@@ -11,4 +11,4 @@ RUN npm run build
FROM nginx:alpine AS basic
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 8080
EXPOSE 80