From f9e525a88c27bf2b4536c57c870cdf61413f9353 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Fri, 30 May 2025 17:22:09 -0700 Subject: [PATCH] Updated Docker file (asciidoc => textile) --- Docker-file.asciidoc => Docker-file.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Docker-file.asciidoc => Docker-file.textile (91%) 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