Set timezone
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 2m32s

This commit is contained in:
2025-01-07 12:18:35 +01:00
parent fed52827e8
commit 382830340e

View File

@ -10,6 +10,10 @@ ARG NODE_VERSION=18.4.0
FROM node:${NODE_VERSION}-alpine
# Set the timezone
RUN apk add --no-cache tzdata
ENV TZ=Europe/Brussels
# Use production node environment by default.
ENV NODE_ENV production