Fixed dockerfile, added a docker-compose.yml, added db init function to run on every startup
This commit is contained in:
5
docker-compose.yml
Normal file
5
docker-compose.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
volumes:
|
||||
- ./data/db:./data/db
|
||||
Reference in New Issue
Block a user