Browse Source

update 更新基础镜像 shell 避免 出现 启动时提示not found

dev
lucas 1 month ago
parent
commit
e3a58bd337
  1. 2
      build/Dockerfile_app

2
build/Dockerfile_app

@ -1,5 +1,5 @@
FROM registry.ngaiot.com/base-images/alpine_3.20_cst:6
RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
WORKDIR /app/
COPY *.exe *.yaml /app/
RUN echo "当前目录内容" && ls && pwd
CMD ["/app/app.exe"]

Loading…
Cancel
Save