ADD tzadata
All checks were successful
${{ github.actor }} executed Build Push Prod / build (push) Successful in 3m50s
${{ github.actor }} executed Build Push Prod / deploy (push) Successful in 20s

This commit is contained in:
maximo tejeda 2024-12-04 23:01:30 -04:00
parent 2eef720b9e
commit 30f02a8d01

View File

@ -17,4 +17,6 @@ COPY --from=builder /app/bin/us-dop-bot /usr/bin/
WORKDIR /app WORKDIR /app
RUN apk --no-cache add --no-check-certificate ca-certificates \ RUN apk --no-cache add --no-check-certificate ca-certificates \
&& update-ca-certificates && update-ca-certificates
RUN apk add --no-cache tzdata
ENTRYPOINT /usr/bin/us-dop-bot ENTRYPOINT /usr/bin/us-dop-bot