docker: dockerize, make standalone, will move todos to issues
This commit is contained in:
parent
9387a92aed
commit
dc08cd05f9
4 changed files with 58 additions and 5 deletions
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
aidxncc:
|
||||
build: .
|
||||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
- NODE_ENV=production
|
Loading…
Add table
Add a link
Reference in a new issue