초기 세팅
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
bot:
|
||||
build: .
|
||||
container_name: attendance-bot
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "8080:3000" # 내 PC의 8080 포트를 컨테이너의 3000 포트와 연결
|
||||
volumes:
|
||||
- ./:/app
|
||||
- ./data:/app/data
|
||||
- /app/node_modules
|
||||
Reference in New Issue
Block a user