컨테이너 변경 및 .env 적용

This commit is contained in:
kyy
2026-01-16 13:09:44 +09:00
parent b1c3605df0
commit dbad6bccf4

View File

@@ -1,15 +1,17 @@
version: '3.8'
version: "3.8"
services:
web:
build:
context: ./sso-demo
dockerfile: ../Dockerfile
container_name: sso-demo-container
container_name: sso-express
ports:
- "3000:3000"
volumes:
- ./sso-demo:/usr/src/app
- /usr/src/app/node_modules
env_file:
- .env
environment:
- NODE_ENV=development