We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d028971 commit a3b1b4bCopy full SHA for a3b1b4b
.changeset/ripe-jars-punch.md
@@ -0,0 +1,5 @@
1
+---
2
+"@quassel/backend": patch
3
4
+
5
+Enhance time zone handling
apps/backend/Dockerfile
@@ -8,10 +8,10 @@ RUN apt-get update && \
8
apt-get install -y postgresql-client-17
9
RUN apt-get update && \
10
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC \
11
- apt-get install -y --no-install-recommends tzdata && \
12
- ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
13
- echo "Etc/UTC" > /etc/timezone
+ apt-get install -y --no-install-recommends tzdata
14
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
+RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
+ echo "Etc/UTC" > /etc/timezone
15
ENV TZ=Etc/UTC
16
ENV NODE_ENV=production
17
ENV PORT=3000
0 commit comments