Began Framework start

This commit is contained in:
2026-03-17 09:10:25 -05:00
parent c1603c24b0
commit 2db1253693
1277 changed files with 66669 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
ARG IGNITION_VERSION=8.3.3
FROM inductiveautomation/ignition:${IGNITION_VERSION}
USER root
RUN apt-get update && apt-get install -y \
iputils-ping \
htop \
nano \
net-tools \
traceroute \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
# Uncomment to install third-party modules:
# COPY modules/*.modl /usr/local/bin/ignition/user-lib/modules/
EXPOSE 8088 8043 62541 1883