This commit is contained in:
Dominic Grimm 2022-12-12 17:54:07 +01:00
commit 2b65b6a1c5
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530
26 changed files with 5911 additions and 0 deletions

9
Makefile Normal file
View file

@ -0,0 +1,9 @@
.PHONY: all dev prod
all: prod
dev:
docker-compose build --build-arg BUILD_ENV=development
prod:
docker-compose build