diff --git a/Dockerfile b/Dockerfile index 99bd3db..7a39d1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ COPY --from=builder /app/app . # 在容器目录 /root/ 创建一个目录 为config RUN mkdir conf . COPY --from=builder /app/conf/ ./conf/ -COPY --from=builder /app/templates/ ./conf/ +COPY --from=builder /app/templates/ ./templates/ # 暴露端口 EXPOSE 8080