docker based
This commit is contained in:
9
bizmatch/docker-compose.yml
Normal file
9
bizmatch/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
bizmatch-ssr:
|
||||
image: bizmatch-ssr
|
||||
container_name: bizmatch-ssr
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '4200:4200'
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
Reference in New Issue
Block a user