Theflame47 commited on
Commit
6d8a9ca
·
verified ·
1 Parent(s): a9acf69

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ WORKDIR /app
10
  COPY requirements.txt /app/requirements.txt
11
  RUN pip install --no-cache-dir -r /app/requirements.txt
12
 
13
- COPY app.py /app/app.py/grid.png
14
 
15
  EXPOSE 7860
16
 
 
10
  COPY requirements.txt /app/requirements.txt
11
  RUN pip install --no-cache-dir -r /app/requirements.txt
12
 
13
+ COPY app.py /app/app.py
14
 
15
  EXPOSE 7860
16