freegpt / Dockerfile
dongsiqie's picture
Update Dockerfile
46ba14a
raw
history blame
113 Bytes
FROM xyhelper/xyhelper-web:latest
# 暴露端口
EXPOSE 8080
# 启动应用程序
CMD ["/bin/sh" "-c" "./main"]