Dockerfile.template 88 B

12345678910
  1. FROM sr.ht-base:dev
  2. COPY ./start.sh /
  3. RUN apk add {{MODULES}}
  4. CMD ["./start.sh"]