mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-25 20:22:47 +03:00
update dockerfile
expose relevant port in dockerfile
This commit is contained in:
parent
a76055652b
commit
01ae5c4280
@ -29,5 +29,8 @@ COPY . /app/
|
|||||||
# Install additional requirements specific to the interference module/package.
|
# Install additional requirements specific to the interference module/package.
|
||||||
RUN pip install -r interference/requirements.txt
|
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.
|
# Define the default command to run the app using Python's module mode.
|
||||||
CMD ["python", "-m", "interference.app"]
|
CMD ["python", "-m", "interference.app"]
|
Loading…
Reference in New Issue
Block a user