Initial commit
This commit is contained in:
9
compose.local.yml
Normal file
9
compose.local.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
game:
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
NODE_ENV: development
|
||||
PORT: 3000
|
||||
ports:
|
||||
- "127.0.0.1:17979:3000"
|
||||
Reference in New Issue
Block a user