Skip to content

Commit 239287d

Browse files
authored
Merge pull request #4 from cgmckeever/nodered-tz
nodered tz
2 parents ba1e995 + 44c94b3 commit 239287d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

nodered/Dockerfile

+2-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ FROM nodered/node-red:latest
22

33
USER root
44

5-
RUN apk add php-cli php7-json php7-session php7-curl && \
6-
wget https://github.com/Art-of-WiFi/UniFi-API-client/archive/master.zip && \
7-
unzip master.zip && \
8-
rm master.zip && \
9-
mkdir unifi
10-
11-
COPY unifi unifi/
5+
ENV TZ America/Chicago
6+
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
127

138
USER node-red

0 commit comments

Comments
 (0)