ArtemisTAO commited on
Commit
fb15ab0
·
verified ·
1 Parent(s): fc6b995

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -100,6 +100,6 @@ RUN --mount=type=cache,target=/root/.cache/pip \
100
 
101
  RUN rm -rvf /root/.cache/pip
102
 
103
- COPY ../web_demo.py ./
104
 
105
  EXPOSE 80
 
100
 
101
  RUN rm -rvf /root/.cache/pip
102
 
103
+ COPY server.py ./
104
 
105
  EXPOSE 80