fix(dockerfile) changed port with nginx static route

This commit is contained in:
2026-05-09 12:05:26 +03:00
parent 92e440deb0
commit 5c06c7b7d2
2 changed files with 5 additions and 17 deletions
+1 -2
View File
@@ -31,7 +31,7 @@ services:
container_name: mrp_frontend
restart: always
ports:
- "89:89"
- "80:80"
depends_on:
- backend
# Добавляем разрешение хоста для Vite прямо тут
@@ -40,4 +40,3 @@ services:
volumes:
pg_data: