adds deployment scripts
This commit is contained in:
parent
e4ee90d7cd
commit
0c2e34bb61
3 changed files with 50 additions and 9 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
client:
|
||||
build: .
|
||||
container_name: client
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
Loading…
Add table
Add a link
Reference in a new issue