ffreemt commited on
Commit
b562abb
·
1 Parent(s): c347d8f

Update app_port 5005 data dir

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,8 +8,8 @@ ENV PIP_ROOT_USER_ACTION=ignore \
8
  WORKDIR /app
9
 
10
  RUN TZ=Asia/Shanghai > /etc/timezone && \
11
- mkdir -p /app/data \
12
- chmod -R 777 /app/data \
13
  pip install --no-cache-dir -r requirements.txt
14
 
15
  EXPOSE 5005
 
8
  WORKDIR /app
9
 
10
  RUN TZ=Asia/Shanghai > /etc/timezone && \
11
+ mkdir -p data \
12
+ chmod 777 data \
13
  pip install --no-cache-dir -r requirements.txt
14
 
15
  EXPOSE 5005