Theflame47 commited on
Commit
ff1632d
·
verified ·
1 Parent(s): 71e0de1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ 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
- COPY grid.png /app/grid.png # NEW: make the image available in the container
15
 
16
  EXPOSE 7860
17
 
 
11
  RUN pip install --no-cache-dir -r /app/requirements.txt
12
 
13
  COPY app.py /app/app.py
14
+ COPY grid.png /app/grid.png
15
 
16
  EXPOSE 7860
17