mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +02:00
Rm the hishtory binary before docker build to avoid wasting time transferring it
This commit is contained in:
parent
2edbf3977f
commit
63a9f67771
1
Makefile
1
Makefile
@ -25,6 +25,7 @@ build-static:
|
|||||||
docker build -t gcr.io/dworken-k8s/hishtory-static -f backend/web/caddy/Dockerfile .
|
docker build -t gcr.io/dworken-k8s/hishtory-static -f backend/web/caddy/Dockerfile .
|
||||||
|
|
||||||
build-api:
|
build-api:
|
||||||
|
rm hishtory
|
||||||
docker build -t gcr.io/dworken-k8s/hishtory-api -f backend/server/Dockerfile .
|
docker build -t gcr.io/dworken-k8s/hishtory-api -f backend/server/Dockerfile .
|
||||||
|
|
||||||
deploy-static: build-static
|
deploy-static: build-static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user