focusprogram commited on
Commit
333caa0
·
verified ·
1 Parent(s): b86a911

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ ARG TIMEZONE=Asia/Shanghai
4
 
5
  ENV TZ=${TIMEZONE}
6
 
 
 
7
  COPY ./entrypoint.sh /entrypoint.sh
8
 
9
  RUN chmod +x /entrypoint.sh
 
4
 
5
  ENV TZ=${TIMEZONE}
6
 
7
+ VOLUME /data
8
+
9
  COPY ./entrypoint.sh /entrypoint.sh
10
 
11
  RUN chmod +x /entrypoint.sh