From 8e2879c5023f5a62a0b86506744ffd70497b772c Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Fri, 30 May 2025 17:19:54 -0700 Subject: [PATCH] Updated Docker file (asciidoc) --- Docker-file.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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