Update Dockerfile

This commit is contained in:
SpudGunMan
2025-10-23 22:23:39 -07:00
parent b384d2d5b1
commit 817dde42f2

View File

@@ -35,4 +35,11 @@ RUN chmod +x /app/script/docker/entrypoint.sh
# RUN useradd -m appuser && usermod -a -G dialout appuser # RUN useradd -m appuser && usermod -a -G dialout appuser
# USER appuser # USER appuser
# Expose Meshtastic TCP API port from the host
EXPOSE 4403
# Expose Meshtastic Web UI port from the host
EXPOSE 9443
# Meshing Around Web Dashboard port
EXPOSE 8420
ENTRYPOINT ["/bin/bash", "/app/script/docker/entrypoint.sh"] ENTRYPOINT ["/bin/bash", "/app/script/docker/entrypoint.sh"]