File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @quassel/backend " : patch
3
+ ---
4
+
5
+ Revert timezone adjustments
Original file line number Diff line number Diff line change @@ -6,12 +6,7 @@ RUN apt-get update && \
6
6
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 && \
7
7
apt-get update && \
8
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
9
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
15
10
ENV TZ=Etc/UTC
16
11
ENV NODE_ENV=production
17
12
ENV PORT=3000
You can’t perform that action at this time.
0 commit comments