mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-09-26 17:51:13 +08:00
fix: wrong docker image for make api-docker
This commit is contained in:
2
Makefile
2
Makefile
@@ -38,7 +38,7 @@ protoc:
|
||||
api: init protoc jq
|
||||
|
||||
api-docker: init
|
||||
docker run --rm --mount type=bind,source="${PWD}",target=/root onepanel-helper:v1.0.0 make api version=$(version)
|
||||
docker run --rm --mount type=bind,source="${PWD}",target=/root onepanel/helper:v1.0.0 make api version=$(version)
|
||||
|
||||
docker-build:
|
||||
docker build -t onepanel-core .
|
||||
|
Reference in New Issue
Block a user