Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN set -x && \
|
|
15 |
|
16 |
apt-get clean && \
|
17 |
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
|
18 |
-
echo "Asia/Shanghai" >/etc/timezone
|
19 |
|
20 |
COPY entrypoint.sh /home/coder
|
21 |
RUN chmod +x /home/coder/entrypoint.sh
|
|
|
15 |
|
16 |
apt-get clean && \
|
17 |
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
|
18 |
+
echo "Asia/Shanghai" >/etc/timezone
|
19 |
|
20 |
COPY entrypoint.sh /home/coder
|
21 |
RUN chmod +x /home/coder/entrypoint.sh
|