Update Dockerfile

This commit is contained in:
SpudGunMan
2025-10-23 22:28:25 -07:00
parent 817dde42f2
commit dcdef40e89

View File

@@ -36,10 +36,8 @@ RUN chmod +x /app/script/docker/entrypoint.sh
# USER appuser # USER appuser
# Expose Meshtastic TCP API port from the host # Expose Meshtastic TCP API port from the host
EXPOSE 4403 #EXPOSE 4403
# Expose Meshtastic Web UI port from the host
EXPOSE 9443
# Meshing Around Web Dashboard port # Meshing Around Web Dashboard port
EXPOSE 8420 #EXPOSE 8420
ENTRYPOINT ["/bin/bash", "/app/script/docker/entrypoint.sh"] ENTRYPOINT ["/bin/bash", "/app/script/docker/entrypoint.sh"]