mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-07-06 09:51:45 +02:00
Updated Docker file (asciidoc)
+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"]+
|
||||
Reference in New Issue
Block a user