Update Dockerfile
Browse files- 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
|