4 lines
78 B
Docker
4 lines
78 B
Docker
|
FROM debian:bookworm
|
||
|
RUN echo $TESTVAR_1 > /root/test.txt
|
||
|
COPY start.sh /root
|