1
0

Dockerfile.template 92 B

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