aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-13 16:52:04 +0200
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-05-13 16:52:04 +0200
commit61c7bf4567249da0d13c2f738e56754a2c181c99 (patch)
tree2a4f52d3c3e0b3d6f381882392743d07f65bbb5b /Dockerfile
parent01bafe9bf1de5be4e770b9500480807d4973d8d6 (diff)
fix(db): wrong relation and bad where condition
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 0d8aee4..7ebb090 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,5 +9,6 @@ COPY . .
RUN go mod tidy && go build -o app .
ENV TOKEN=""
+ENV TZ="Europe/Paris"
CMD ./app -token $TOKEN