small fix

This commit is contained in:
2026-03-06 10:02:40 +03:00
parent bca84ad269
commit 3b673d5e2b
5 changed files with 69 additions and 51 deletions

View File

@@ -18,6 +18,8 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
FROM alpine:3.23 AS runner
WORKDIR /app
ENV TZ=Europe/Moscow
ENV GOMEMLIMIT=256MiB
COPY --from=builder /usr/local/bin/ymgb /app/ymgb
CMD ["/app/ymgb"]
USER nobody