This commit is contained in:
Salam-vsem
2025-05-19 15:42:40 +03:00
parent 773df7df44
commit 8776aedfe4
2 changed files with 32 additions and 1 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 80
EXPOSE 8080