makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -27,7 +27,7 @@ clean:
|
||||
flutter clean
|
||||
|
||||
docker:
|
||||
DOCKER_BUILDKIT=1 docker build -t oc-front --build-arg HOST=$(HOST) -f Dockerfile .
|
||||
DOCKER_BUILDKIT=1 docker build -t oc-front --build-arg HOST=$(HOST) --build-arg AUTH_MODE=true -f Dockerfile .
|
||||
docker tag oc-front:latest oc/oc-front:0.0.1
|
||||
|
||||
publish-kind:
|
||||
|
||||
Reference in New Issue
Block a user