fix(docker):修正Docker镜像构建和运行命令- 将Docker镜像标签从go_SportStore更正为go_sport_store

- 更新Dockerfile中的二进制文件名从storestore到sportstore
-保持Docker运行端口映射不变,确保服务正常启动
This commit is contained in:
2025-11-09 21:10:31 +08:00
parent 8a627df6db
commit bc762a46b0

View File

@@ -8,4 +8,4 @@ COPY config_publish.json /app/config.json
EXPOSE 5000
WORKDIR /app
ENTRYPOINT ["./storestore"]
ENTRYPOINT ["./sportstore"]