Initial commit
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
admin_dash:
|
||||
build: .
|
||||
container_name: admin_dash
|
||||
restart: always
|
||||
ports:
|
||||
- "3333:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
Reference in New Issue
Block a user