lucas
1 month ago
1 changed files with 1 additions and 1 deletions
@ -1,5 +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 *.yaml /app/ |
COPY *.exe *.yaml /app/ |
||||
RUN echo "当前目录内容" && ls |
RUN echo "当前目录内容" && ls && pwd |
||||
CMD ["/app/app.exe"] |
CMD ["/app/app.exe"] |
||||
|
Loading…
Reference in new issue