rhuang03 commited on
Commit
6295354
·
verified ·
1 Parent(s): 44ebb66

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -1,9 +1,6 @@
1
  FROM python:3.11
2
  USER user
3
 
4
- RUN mkdir -p /app/.files && chmod -R 777 /app/.files
5
- RUN mkdir -p /app/.chainlit && chmod -R 777 /app/.chainlit
6
-
7
  WORKDIR /app
8
  COPY --chown=user . $HOME/app
9
  COPY ./requirements.txt /app/requirements.txt
 
1
  FROM python:3.11
2
  USER user
3
 
 
 
 
4
  WORKDIR /app
5
  COPY --chown=user . $HOME/app
6
  COPY ./requirements.txt /app/requirements.txt