Compare commits

..

No commits in common. "master" and "v0.0.4" have entirely different histories.

View File

@ -14,8 +14,4 @@ RUN go build -o bin/tgbuser \
FROM alpine AS runner
COPY --from=builder /app/bin/tgbuser /usr/bin/
WORKDIR /app
RUN apk --no-cache add --no-check-certificate ca-certificates \
&& update-ca-certificates
RUN apk add --no-cache tzdata
ENTRYPOINT /usr/bin/tgbuser