summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 36ca12f1..b84b3b3c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,4 +30,4 @@ COPY . /app/
RUN pip install -r interference/requirements.txt
# Define the default command to run the app using Python's module mode.
-CMD ["python", "-m", "interference.app"]
+CMD ["python", "-m", "interference.app"] \ No newline at end of file