Skip to content

Commit 6ec2d59

Browse files
committed
chore: revert tz adjustments
1 parent a2118e5 commit 6ec2d59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.changeset/rude-cooks-yell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@quassel/backend": patch
3+
---
4+
5+
Revert timezone adjustments

apps/backend/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ RUN apt-get update && \
66
echo "deb [signed-by=/usr/share/keyrings/postgresql.gpg] http://apt.postgresql.org/pub/repos/apt $(. /etc/os-release && echo $VERSION_CODENAME)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
77
apt-get update && \
88
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
129
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
13-
RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
14-
echo "Etc/UTC" > /etc/timezone
1510
ENV TZ=Etc/UTC
1611
ENV NODE_ENV=production
1712
ENV PORT=3000

0 commit comments

Comments
 (0)