1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-10-18 13:48:07 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Wachter
96419e641e
Update Dockerfile (#102)
* Update Dockerfile

add git to builder stage

* added `go mod tidy`

* fix build version of golang

* added copy of `go.mod` and `go.sum`
2022-03-20 13:05:10 +01:00
Phil
af10e4690d
CMD to ENTRYPOINT in docker (#85)
Fix for the Dockerfile using CMD. ENTRYPOINT is nicer.

Signed-off-by: Phil <phil@ucode.space>
2022-01-13 10:34:14 +01:00
Colin Dean
90f6ca960c Adds tzdata to enable setting time zone in cron specifier
This enables setting the timezone in the cron specifier, e.g.

```yaml
cron: TZ=America/New_York 0 2 * * *
```

Without this package's data, you'll get an error:

```
2021-12-17 04:08:35 ERR provided bad location America/New_York: unknown
time zone America/New_York spec="TZ=America/New_York 0 2 * * *"
```
2021-12-16 23:15:45 -05:00
Phil
bcd36af51e
Fixed Dockerfile for SSL / Changed README 2021-12-09 17:56:55 +01:00
Phil
3df7b14f31
Added Dockerfile & docker-compose 2021-12-09 12:19:56 +01:00