Initial commit: migrated from GitHub
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
chesskit:
|
||||
build: .
|
||||
ports:
|
||||
- "3100:3000"
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules # Prevent overwriting node_modules
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
stdin_open: true
|
||||
tty: true
|
||||
Reference in New Issue
Block a user