This commit is contained in:
2024-11-01 01:19:55 +08:00
parent 9f1f7ea937
commit a4d668d1f3

View File

@@ -27,6 +27,8 @@ COPY --from=builder /app/app .
# 在容器目录 /root/ 创建一个目录 为config
RUN mkdir conf .
COPY --from=builder /app/conf/ ./conf/
COPY --from=builder /app/templates/ ./conf/
# 暴露端口
EXPOSE 8080