From 912ce9c10e3b0faeadd7b054a64b5cb60ab36938 Mon Sep 17 00:00:00 2001 From: YuruC3 Date: Sat, 28 Feb 2026 22:56:53 +0100 Subject: [PATCH] Copy sqlTable file to the container --- cont/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/cont/Dockerfile b/cont/Dockerfile index b0cd638..464f9b8 100644 --- a/cont/Dockerfile +++ b/cont/Dockerfile @@ -24,6 +24,7 @@ RUN python3 -m venv pyvenv && \ COPY ./main.py /app/snmpython/ COPY ./funct.py /app/snmpython/ COPY ./classes.py /app/snmpython/ +COPY ./sqlTables.py /app/snmpython/ # COPY ../code/MIBs/ /app/snmpython/MIBs # COPY ./entrypoint.sh /entrypoint.sh