~ | Merge pull request #930 from thebigbone/main

update dockerfile
pull/933/head
Tekky 10 months ago committed by GitHub
commit 17bed9c4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,5 +29,8 @@ COPY . /app/
# Install additional requirements specific to the interference module/package.
RUN pip install -r 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"]
CMD ["python", "-m", "interference.app"]

Loading…
Cancel
Save