set port for build

This commit is contained in:
2025-06-30 18:27:33 +03:30
parent 36f3658801
commit 915e50b6a4
+1 -2
View File
@@ -14,7 +14,6 @@ services:
- NEXT_PUBLIC_CLIENT_SECRET=${NEXT_PUBLIC_CLIENT_SECRET}
- PORT=${PORT}
restart: unless-stopped
container_name: nobat724-frontend
ports:
- "${PORT}:3000"
environment:
@@ -23,4 +22,4 @@ services:
- NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
- NEXT_PUBLIC_CLIENT_ID=${NEXT_PUBLIC_CLIENT_ID}
- NEXT_PUBLIC_CLIENT_SECRET=${NEXT_PUBLIC_CLIENT_SECRET}
- PORT={PORT}
- PORT=${PORT}