freegpt / Dockerfile
dongsiqie's picture
Update Dockerfile
7898209
raw
history blame
104 Bytes
FROM xyhelper/xyhelper-web:latest
# 暴露端口
EXPOSE 8080
# 启动应用程序
CMD ["xyhelper-web"]