summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-10-12 15:48:26 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-10-12 15:48:26 +0200
commitaa4824b6a2718cc8b0c6e93dfb530e4db197e8f6 (patch)
tree8574fbbd5239b5b50bcd9bee38427ca2f69e9928 /Dockerfile
parent~ (diff)
downloadgpt4free-aa4824b6a2718cc8b0c6e93dfb530e4db197e8f6.tar
gpt4free-aa4824b6a2718cc8b0c6e93dfb530e4db197e8f6.tar.gz
gpt4free-aa4824b6a2718cc8b0c6e93dfb530e4db197e8f6.tar.bz2
gpt4free-aa4824b6a2718cc8b0c6e93dfb530e4db197e8f6.tar.lz
gpt4free-aa4824b6a2718cc8b0c6e93dfb530e4db197e8f6.tar.xz
gpt4free-aa4824b6a2718cc8b0c6e93dfb530e4db197e8f6.tar.zst
gpt4free-aa4824b6a2718cc8b0c6e93dfb530e4db197e8f6.zip
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index f219c256..a4ab3733 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,11 +26,8 @@ RUN pip install --upgrade pip && pip install -r requirements.txt
# This may include all code, assets, and configuration files required to run the application.
COPY . /app/
-# Install additional requirements specific to the interference module/package.
-RUN pip install -r etc/interference/requirements.txt
-
# Expose port 1337
EXPOSE 1337
# Define the default command to run the app using Python's module mode.
-CMD ["python", "-m", "etc.interference.app"] \ No newline at end of file
+CMD ["python", "-m", "g4f.api.run"] \ No newline at end of file