From 518d7c82f41ce60fade73e9632a9060c94663f03 Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:03:16 +0100 Subject: ~ --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index ffd8bf1c..f219c256 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,10 +27,10 @@ RUN pip install --upgrade pip && pip install -r requirements.txt COPY . /app/ # Install additional requirements specific to the interference module/package. -RUN pip install -r interference/requirements.txt +RUN pip install -r etc/interference/requirements.txt # Expose port 1337 EXPOSE 1337 # Define the default command to run the app using Python's module mode. -CMD ["python", "-m", "interference.app"] \ No newline at end of file +CMD ["python", "-m", "etc.interference.app"] \ No newline at end of file -- cgit v1.2.3