Copy sqlTable file to the container

This commit is contained in:
2026-02-28 22:56:53 +01:00
parent 943954ed9d
commit 912ce9c10e

View File

@@ -24,6 +24,7 @@ RUN python3 -m venv pyvenv && \
COPY ./main.py /app/snmpython/ COPY ./main.py /app/snmpython/
COPY ./funct.py /app/snmpython/ COPY ./funct.py /app/snmpython/
COPY ./classes.py /app/snmpython/ COPY ./classes.py /app/snmpython/
COPY ./sqlTables.py /app/snmpython/
# COPY ../code/MIBs/ /app/snmpython/MIBs # COPY ../code/MIBs/ /app/snmpython/MIBs
# COPY ./entrypoint.sh /entrypoint.sh # COPY ./entrypoint.sh /entrypoint.sh