fixed idlewatcher panics and incorrect behavior, update screenshot

This commit is contained in:
yusing
2024-10-06 16:17:52 +08:00
parent 03cad9f315
commit de7805f281
6 changed files with 17 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ RUN --mount=type=cache,target="/go/pkg/mod" \
--mount=type=bind,src=pkg,dst=/src/pkg \
make build && \
mkdir -p /app/error_pages /app/certs && \
cp bin/go-proxy /app/go-proxy
mv bin/go-proxy /app/go-proxy
# Stage 2: Final image
FROM scratch