Docker configuration templates
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Dockerfile 78B

123
  1. FROM debian:bookworm
  2. RUN echo $TESTVAR_1 > /root/test.txt
  3. COPY start.sh /root