diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,5 +9,6 @@ COPY . . RUN go mod tidy && go build -o app . ENV TOKEN="" +ENV TZ="Europe/Paris" CMD ./app -token $TOKEN |
![]() |
index : les-copaings-bot | |
| Unnamed repository; edit this file 'description' to name the repository. | Anhgelus Morhtuuzh |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Dockerfile | 1 |
@@ -9,5 +9,6 @@ COPY . . RUN go mod tidy && go build -o app . ENV TOKEN="" +ENV TZ="Europe/Paris" CMD ./app -token $TOKEN |