10 lines
231 B
Markdown
10 lines
231 B
Markdown
# hoperun-custom-sign
|
|
|
|
润和软件自定义打卡-简单web端,不包含数据库,仅Api调用
|
|
|
|
```
|
|
DOCKER_HOST=tcp://NAS_IP:2375 \
|
|
DOCKER_API_VERSION=1.43 \
|
|
DOCKER_BUILDKIT=0 \
|
|
docker build -t hoperun-custom-sign:latest .
|
|
``` |