构建镜像前需要下载子模块

This commit is contained in:
HEYAHONG 2024-08-10 18:08:04 +08:00
parent a26578b927
commit d189309227
No known key found for this signature in database
GPG Key ID: 2D9DCE4738519ABB

View File

@ -5,6 +5,7 @@
all:deploy
docker_image:
git submodule update --init --recursive
if [ -f Dockerfile ]; then docker build -t syscall.online .; else true; fi
docker_image_clean:docker_container_clean