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