We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a55da commit fdf7f27Copy full SHA for fdf7f27
Dockerfile
@@ -102,10 +102,10 @@ RUN set -eux && apk add --no-cache \
102
bash="5.0.17-r0" \
103
curl="7.69.1-r1" \
104
tini="0.19.0-r0" \
105
- tzdata="2020c-r1" &&\
106
- cp /usr/share/zoneinfo/America/New_York /etc/localtime &&\
107
- echo "America/New_York" > /etc/timezone &&\
108
- apk del tzdata &&\
+ tzdata="2020c-r1" && \
+ cp /usr/share/zoneinfo/America/New_York /etc/localtime && \
+ echo "America/New_York" > /etc/timezone && \
+ apk del tzdata && \
109
rm -rvf /var/cache/apk/* /tmp/* ;
110
111
COPY --chown=node:node docker-entrypoint.sh /usr/local/bin
0 commit comments