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

This commit is contained in:
maximo tejeda 2024-12-03 23:20:05 -04:00
parent 97f95eb107
commit a9ad7b77a4

View File

@ -16,4 +16,5 @@ FROM alpine AS runner
WORKDIR /app
COPY --from=builder /app/bin/us-dop-api /usr/bin/
COPY --from=builder /app/assets/ /app/assets/
RUN apk add --no-cache tzdata
ENTRYPOINT /usr/bin/us-dop-api