added week to mapdata

package.json
  "version": "1.2.1",
  "date": "2023-04-21",
This commit is contained in:
rxf
2023-04-21 17:33:52 +02:00
parent 003138e601
commit 144f36e0a0
5 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ RUN mkdir -p /opt/app && cp -a /tmp/node_modules /opt/app/
WORKDIR /opt/app
ADD . /opt/app
RUN apk add busybox-initscripts
# RUN apk add busybox-initscripts
RUN apk add --no-cache tzdata
ENV TZ Europe/Berlin
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone