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