Dockerfile.in 76 B

12345
  1. FROM busybox:v1
  2. WORKDIR /smart
  3. COPY %APP_NAME% .
  4. CMD ["./%APP_NAME%"]