mirror of
https://github.com/Ninluc/Dat_Boi.git
synced 2026-08-05 05:57:35 +02:00
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