mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2025-08-09 18:16:15 +02:00
Set timezone
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 2m32s
All checks were successful
Dat_Boi upload to portainer / Deploy (push) Successful in 2m32s
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user