templates

This commit is contained in:
2024-11-01 01:24:57 +08:00
parent a4d668d1f3
commit c628419559

View File

@@ -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