XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

update dockerfile

expose relevant port in dockerfile

01ae5c42
hcrypt <95130644+thebigbone@users.noreply.github.com>
提交于

代码差异

1 个文件 +4 -1
Modified Dockerfile +4 -1
@@ -29,5 +29,8 @@ COPY . /app/
29 29 # Install additional requirements specific to the interference module/package.
30 30 RUN pip install -r interference/requirements.txt
31 31
32 # Expose port 1337
33 EXPOSE 1337
34
32 35 # Define the default command to run the app using Python's module mode.
33 CMD ["python", "-m", "interference.app"]
36 CMD ["python", "-m", "interference.app"]