Init
This commit is contained in:
commit
2b65b6a1c5
26 changed files with 5911 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
.PHONY: all dev prod
|
||||
|
||||
all: prod
|
||||
|
||||
dev:
|
||||
docker-compose build --build-arg BUILD_ENV=development
|
||||
|
||||
prod:
|
||||
docker-compose build
|
Loading…
Add table
Add a link
Reference in a new issue