randydev commited on
Commit
f7bf2b3
·
verified ·
1 Parent(s): 14c72b3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -43,8 +43,7 @@ COPY requirements.txt .
43
  COPY . .
44
 
45
  RUN mkdir -p /app/.cache/akn && \
46
- chmod -R 777 /app/.cache && \
47
- cp version.json /app/version.json
48
 
49
  RUN chown -R 1000:0 .
50
  RUN pip3 install --upgrade pip setuptools
 
43
  COPY . .
44
 
45
  RUN mkdir -p /app/.cache/akn && \
46
+ chmod -R 777 /app/.cache
 
47
 
48
  RUN chown -R 1000:0 .
49
  RUN pip3 install --upgrade pip setuptools