nam pham commited on
Commit
481efde
·
1 Parent(s): c0f868d

fix: permission denied

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ ENV VIRTUAL_ENV=/app/.venv \
30
 
31
  COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
32
 
33
- COPY . /app
34
 
35
  # Install litserve and requirements
36
  EXPOSE 8000
 
30
 
31
  COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
32
 
33
+ COPY --chown=user . /app
34
 
35
  # Install litserve and requirements
36
  EXPOSE 8000