nam pham commited on
Commit
5166eed
·
1 Parent(s): 26e1091

fix: permission denied

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ ENV VIRTUAL_ENV=/app/.venv \
28
 
29
  COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
30
 
31
- RUN mkdir -p /app/cache && chmod -R 777 /app/cache
32
 
33
  COPY . /app
34
 
 
28
 
29
  COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
30
 
31
+ RUN mkdir -p /app/models /app/cache && chmod -R 777 /app/models /app/cache
32
 
33
  COPY . /app
34