This commit is contained in:
Dominic Grimm 2023-01-17 06:54:45 +01:00
parent f614e606f4
commit a177f2a5d4
No known key found for this signature in database
GPG key ID: 6F294212DEAAC530
22 changed files with 1339 additions and 667 deletions

View file

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