Update
This commit is contained in:
parent
f614e606f4
commit
a177f2a5d4
22 changed files with 1339 additions and 667 deletions
11
Makefile
11
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue