diff --git a/Docker-file.asciidoc b/Docker-file.textile similarity index 91% rename from Docker-file.asciidoc rename to Docker-file.textile index 46a4bb4..bda7bc7 100644 --- a/Docker-file.asciidoc +++ b/Docker-file.textile @@ -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