templage
This commit is contained in:
@@ -27,6 +27,8 @@ COPY --from=builder /app/app .
|
|||||||
# 在容器目录 /root/ 创建一个目录 为config
|
# 在容器目录 /root/ 创建一个目录 为config
|
||||||
RUN mkdir conf .
|
RUN mkdir conf .
|
||||||
COPY --from=builder /app/conf/ ./conf/
|
COPY --from=builder /app/conf/ ./conf/
|
||||||
|
COPY --from=builder /app/templates/ ./conf/
|
||||||
|
|
||||||
# 暴露端口
|
# 暴露端口
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user