templates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user