forked from baron/baron-sso
production 푸시 초안
This commit is contained in:
@@ -94,7 +94,7 @@ services:
|
||||
VITE_OIDC_AUTHORITY: ${VITE_OIDC_AUTHORITY}
|
||||
VITE_OIDC_CLIENT_ID: devfront
|
||||
container_name: baron_devfront
|
||||
command: ["npm", "run", "dev", "--", "--host", "0.0.0.0", "--port", "5173"]
|
||||
command: ["npm", "run", "dev", "--", "--host", "0.0.0.0", "--port", "5174"]
|
||||
working_dir: /workspace/devfront
|
||||
env_file:
|
||||
- .env
|
||||
@@ -105,7 +105,7 @@ services:
|
||||
- VITE_CLIENT_LOG_DEBUG=${VITE_CLIENT_LOG_DEBUG:-false}
|
||||
- DEV_SERVER_WATCH_POLLING=${DEV_SERVER_WATCH_POLLING:-true}
|
||||
ports:
|
||||
- "${DEVFRONT_PORT:-5174}:5173"
|
||||
- "${DEVFRONT_PORT:-5174}:5174"
|
||||
volumes:
|
||||
- ./devfront:/workspace/devfront
|
||||
- ./common:/common
|
||||
|
||||
Reference in New Issue
Block a user