Docker ready
This commit is contained in:
parent
4629b42b36
commit
740fa9ab7b
3 changed files with 20 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ services:
|
|||
volumes:
|
||||
- ./backend:/data/backend
|
||||
- ./backend/node_modules:/data/backend/node_modules
|
||||
- ./backend/keys:/data/backend/keys
|
||||
- ./backend/app:/data/backend/app
|
||||
ports:
|
||||
- 3000:3000
|
||||
depends_on:
|
||||
|
|
|
|||
Reference in a new issue