feat: dockerize
This commit is contained in:
parent
325cc6d1af
commit
a8da22196a
6 changed files with 833 additions and 1 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
version: '3'
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
Loading…
Add table
Add a link
Reference in a new issue