tomas-gajarsky commited on
Commit
54fb07d
·
1 Parent(s): 996635e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ COPY ./config.merged.yml $WORKDIR/config.merged.yml
8
  RUN pip install gradio --no-cache-dir
9
  RUN pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
10
 
11
- COPY ./app.py $WORKDIR/app.py
12
 
13
  EXPOSE 7860
14
 
 
8
  RUN pip install gradio --no-cache-dir
9
  RUN pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
10
 
11
+ COPY ./main.py $WORKDIR/main.py
12
 
13
  EXPOSE 7860
14