Simon Dürr commited on
Commit
e8bd09a
1 Parent(s): 3d87e1b

fix flagged dir

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,6 +1,9 @@
1
  FROM python:3.8-slim
2
 
3
  WORKDIR /usr/src/app
 
 
 
4
  COPY . .
5
  RUN pip install --no-cache-dir gradio
6
  EXPOSE 7860
 
1
  FROM python:3.8-slim
2
 
3
  WORKDIR /usr/src/app
4
+ RUN pwd
5
+ RUN ls
6
+ RUN mkdir /usr/src/app/flagged
7
  COPY . .
8
  RUN pip install --no-cache-dir gradio
9
  EXPOSE 7860