diff --git a/Docker-file.asciidoc b/Docker-file.asciidoc index bda7bc7..46a4bb4 100644 --- a/Docker-file.asciidoc +++ b/Docker-file.asciidoc @@ -1,4 +1,4 @@ -FROM ubuntu:latest ++FROM ubuntu:latest # Install system dependencies RUN apt-get update && \ @@ -27,4 +27,4 @@ RUN /opt/conda/envs/meshview/bin/pip install -r /app/requirements.txt EXPOSE 8081 # Start the application using the conda environment -CMD ["/opt/conda/envs/meshview/bin/python", "/app/main.py"] \ No newline at end of file +CMD ["/opt/conda/envs/meshview/bin/python", "/app/main.py"]+ \ No newline at end of file