Updated Docker file (asciidoc => textile)

Pablo Revilla
2025-05-30 17:22:09 -07:00
parent 8e2879c502
commit f9e525a88c
+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"]