xiazeyu / daily

Daily auto report healthy for Covid regulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

daily

自动健康打卡

Usage

On docker

Put /server/* onto /app/*

docker run --detach \
  --name dailybk \
  --publish 5000:5000 \
  --volume /app/data:/app/data \
  --volume /app/out:/app/out \
  --volume /app/conf:/app/conf \
  --volume /app/static:/app/static \
  --restart=always \
  xiazeyu2011/dailybk

About

Daily auto report healthy for Covid regulation

License:MIT License


Languages

Language:HTML 68.5%Language:Python 31.2%Language:Dockerfile 0.3%