summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-09-22 21:41:21 +0200
committerGitHub <noreply@github.com>2023-09-22 21:41:21 +0200
commit17bed9c4d09deb2152d0c81354e9cfca1e8e4e3d (patch)
tree09b7638ef1e79d1719fb3b4333dae709fe6c2207
parent~ | Merge pull request #924 from hlohaus/vercel (diff)
parentupdate dockerfile (diff)
downloadgpt4free-17bed9c4d09deb2152d0c81354e9cfca1e8e4e3d.tar
gpt4free-17bed9c4d09deb2152d0c81354e9cfca1e8e4e3d.tar.gz
gpt4free-17bed9c4d09deb2152d0c81354e9cfca1e8e4e3d.tar.bz2
gpt4free-17bed9c4d09deb2152d0c81354e9cfca1e8e4e3d.tar.lz
gpt4free-17bed9c4d09deb2152d0c81354e9cfca1e8e4e3d.tar.xz
gpt4free-17bed9c4d09deb2152d0c81354e9cfca1e8e4e3d.tar.zst
gpt4free-17bed9c4d09deb2152d0c81354e9cfca1e8e4e3d.zip
-rw-r--r--Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b84b3b3c..b607ac2c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"] \ No newline at end of file
+CMD ["python", "-m", "interference.app"]