mirror of
https://github.com/cooperspencer/gickup
synced 2025-04-30 18:27:56 +02:00
Merge pull request #46 from colindean/adds-tzdata
Adds tzdata to enable setting time zone in cron specifier
This commit is contained in:
commit
7622de9294
@ -1,6 +1,6 @@
|
||||
FROM golang:alpine as builder
|
||||
|
||||
RUN apk add -U --no-cache ca-certificates
|
||||
RUN apk add -U --no-cache ca-certificates tzdata
|
||||
|
||||
WORKDIR /go/src/github.com/cooperspencer/gickup
|
||||
COPY . .
|
||||
@ -12,4 +12,5 @@ FROM scratch as production
|
||||
WORKDIR /
|
||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
COPY --from=builder /go/src/github.com/cooperspencer/gickup/app /gickup/app
|
||||
COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
|
||||
CMD ["./gickup/app"]
|
||||
|
Loading…
Reference in New Issue
Block a user