Compare commits
No commits in common. "master" and "v0.0.4" have entirely different histories.
@ -14,8 +14,4 @@ RUN go build -o bin/tgbuser \
|
|||||||
FROM alpine AS runner
|
FROM alpine AS runner
|
||||||
COPY --from=builder /app/bin/tgbuser /usr/bin/
|
COPY --from=builder /app/bin/tgbuser /usr/bin/
|
||||||
WORKDIR /app
|
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
|
ENTRYPOINT /usr/bin/tgbuser
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user