docs:修改docker配置

This commit is contained in:
黄明 2024-07-23 14:09:21 +08:00
parent 811974704c
commit cf3714b99a
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ FROM loads/alpine:3.8
ENV WORKDIR /app ENV WORKDIR /app
ADD resource $WORKDIR/ ADD resource $WORKDIR/
ADD manifest/config/config.yaml /app/config/config.yaml
ADD ./main $WORKDIR/main ADD ./main $WORKDIR/main
RUN chmod +x $WORKDIR/main RUN chmod +x $WORKDIR/main