add user_count in systemlog

This commit is contained in:
2023-05-04 03:58:13 +08:00
parent 959e6caa1d
commit bbed041253
4 changed files with 33 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.64-bullseye as builder
FROM rust:1-bullseye as builder
WORKDIR /usr/src/
RUN cargo new myapp --vcs none
WORKDIR /usr/src/myapp