init push
This commit is contained in:
21
web/admin/Makefile
Normal file
21
web/admin/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
PLATFORM=linux/amd64
|
||||
TAG=main
|
||||
REGISTRY=panda-wiki-admin
|
||||
|
||||
|
||||
# 构建前端代码
|
||||
build:
|
||||
pnpm run build
|
||||
|
||||
# 构建并加载到本地Docker
|
||||
image: build
|
||||
docker buildx build \
|
||||
-f Dockerfile \
|
||||
--platform ${PLATFORM} \
|
||||
--tag ${REGISTRY}/frontend:${TAG} \
|
||||
--load \
|
||||
.
|
||||
|
||||
save: image
|
||||
docker save -o /tmp/panda-wiki-admin_frontend.tar panda-wiki-admin/frontend:main
|
||||
|
||||
Reference in New Issue
Block a user