This commit is contained in:
iluobei
2026-05-01 03:27:19 +08:00
parent 29ebc7ea53
commit 56f76d8f58
3 changed files with 12 additions and 1 deletions
+8 -1
View File
@@ -1,3 +1,10 @@
# hoperun-custom-sign
润和软件自定义打卡-简单web端,不包含数据库,仅Api调用
润和软件自定义打卡-简单web端,不包含数据库,仅Api调用
```
DOCKER_HOST=tcp://NAS_IP:2375 \
DOCKER_API_VERSION=1.43 \
DOCKER_BUILDKIT=0 \
docker build -t hoperun-custom-sign:latest .
```