feat(Docker): Adding a working Dockerfile and compose to prototype
This commit is contained in:
5
db/service/Makefile
Normal file
5
db/service/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
.PHONY: prepare
|
||||
prepare:
|
||||
rm initdb/*.sql
|
||||
cp ../Models/schemas/eta_rbac.sql ./initdb/00-schema.sql
|
||||
cp ../Models/init/eta_rbac_init.sql ./initdb/01-initdb.sql
|
||||
Reference in New Issue
Block a user