set port for build
This commit is contained in:
+1
-2
@@ -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}
|
||||
Reference in New Issue
Block a user