revert nginx

This commit is contained in:
Salam-vsem
2025-05-19 16:56:30 +03:00
parent 2c6183320e
commit e9a1f3f652
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -6,7 +6,7 @@ events {
http { http {
server { server {
listen 80; listen 8080;
server_name _; server_name _;
root /usr/share/nginx/html; root /usr/share/nginx/html;