Theflame47 commited on
Commit
bce06d4
·
verified ·
1 Parent(s): 93bb271

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