docker_config/template/Dockerfile

4 rindas
78 B
Docker

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