matthoffner commited on
Commit
fd20034
·
verified ·
1 Parent(s): ade0d70

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -49,7 +49,6 @@ RUN mkdir model && \
49
 
50
  COPY ./start_server.sh ./
51
  COPY ./main.py ./
52
- COPY ./index.html ./
53
 
54
  # Make the server start script executable
55
  RUN chmod +x ./start_server.sh
 
49
 
50
  COPY ./start_server.sh ./
51
  COPY ./main.py ./
 
52
 
53
  # Make the server start script executable
54
  RUN chmod +x ./start_server.sh