jdkcn / pt-auto-attendance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The pt auto attendance

copy config file and run

cp src/main/resources/application.sample.yml src/main/resources/application.yml

Use docker

docker run -itd -m 100m \
  --name pt-auto-attendance \
  --hostname pt \
  --env TZ="Asia/Shanghai" \
  -p 8900:8900 \
  -v pt-auto-attendance-volume/config:/home/spring/config \
  jdkcn/pt-auto-attendance:latest

copy the config file src/main/resources/application.sample.yml to pt-auto-attendance-volume/config/application.yml and change the file content

About


Languages

Language:HTML 78.5%Language:Java 19.5%Language:Dockerfile 1.3%Language:Shell 0.6%