Dockerfile.in 94 B

12345
  1. FROM hb.autocareai.cn/library/busybox:v1
  2. WORKDIR /xcb
  3. COPY %APP_NAME% .
  4. CMD ["./%APP_NAME%"]