10 lines
124 B
Plaintext
10 lines
124 B
Plaintext
|
maintainer First O'Last
|
||
|
|
||
|
run echo \
|
||
|
123 $bar
|
||
|
# comment
|
||
|
onbuild add . /app/src
|
||
|
onbuild run echo \
|
||
|
123 $bar
|
||
|
CMD /bin/bash
|