diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,4 +33,4 @@ RUN pip install -r interference/requirements.txt EXPOSE 1337 # 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 |