lucas
1 month ago
1 changed files with 2 additions and 1 deletions
@ -1,4 +1,5 @@ |
|||||
FROM registry.ngaiot.com/base-images/alpine_3.20_cst:6 |
FROM registry.ngaiot.com/base-images/alpine_3.20_cst:6 |
||||
WORKDIR /app/ |
WORKDIR /app/ |
||||
COPY *.exe ./ |
COPY *.exe *.yaml /app/ |
||||
|
RUN echo "当前目录内容" && ls |
||||
CMD ["/app/app.exe"] |
CMD ["/app/app.exe"] |
||||
|
Loading…
Reference in new issue