feat(global): initialize project and framework structure, dockerize
This commit is contained in:
6
docker-compose.override.yml.ports
Normal file
6
docker-compose.override.yml.ports
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
app:
|
||||
ports: !override
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- PORT=3000
|
||||
Reference in New Issue
Block a user