Skip to content

Commit 4ec79c5

Browse files
authored
Update Dockerfile
1 parent 82c4d50 commit 4ec79c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG ALPINE_REPOSITORIES
88

99

1010
RUN apk --no-cache add tzdata \
11-
&& cp "/usr/share/zoneinfo/$TZ" /etc/localtime
11+
&& cp "/usr/share/zoneinfo/$TZ" /etc/localtime \
1212
&& echo "$TZ" > /etc/timezone
1313

1414

0 commit comments

Comments
 (0)