mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 20:02:24 -05:00
[feature] Configurable timezone in containers (#2046)
This commit is contained in:
parent
2796a2e82f
commit
96dd0e75f2
2 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ RUN yarn install --cwd web/source && \
|
|||
|
||||
# stage 3: build the executor container
|
||||
FROM --platform=${TARGETPLATFORM} alpine:3.17.2 as executor
|
||||
RUN apk add --no-cache tzdata
|
||||
ENV TZ="UTC"
|
||||
|
||||
# switch to non-root user:group for GtS
|
||||
USER 1000:1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue