small fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user