Updated Docker file (asciidoc)

Pablo Revilla
2025-05-30 17:19:54 -07:00
parent fb68ca5ec2
commit 8e2879c502
+2 -2
@@ -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"]
CMD ["/opt/conda/envs/meshview/bin/python", "/app/main.py"]+