dockerfile修改

This commit is contained in:
2026-04-22 13:57:39 +08:00
parent 30e961cecc
commit aad37f1b6f
4 changed files with 7 additions and 7 deletions

View File

@@ -39,6 +39,6 @@ COPY --from=builder /build/config.yml ./
# 创建日志目录
RUN mkdir -p /logs /app/resource/log/run /app/resource/log/server
EXPOSE 9000
EXPOSE 3008
CMD ["./main"]