diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,4 +30,4 @@ COPY . /app/ EXPOSE 80 1337 # Define the default command to run the app using Python's module mode. -ENTRYPOINT ["python", "-m", "g4f.cli"]
\ No newline at end of file +ENTRYPOINT ["python", "-m", "g4f.cli"] |