测试acter
This commit is contained in:
@@ -25,9 +25,9 @@ WORKDIR /root/
|
||||
# 从构建阶段复制可执行文件
|
||||
COPY --from=builder /app/app .
|
||||
# 在容器目录 /root/ 创建一个目录 为config
|
||||
RUN mkdir conf .
|
||||
COPY --from=builder /app/conf/ ./conf/
|
||||
COPY --from=builder /app/templates/ ./templates/
|
||||
RUN mkdir config .
|
||||
COPY --from=builder /app/config/ ./config/
|
||||
COPY --from=builder /app/web/ ./web/
|
||||
|
||||
# 暴露端口
|
||||
EXPOSE 8910
|
||||
|
||||
Reference in New Issue
Block a user