PawelStroinski / dockerfile-stevia

Write your Dockerfiles in Clojure (or Babashka).
19 stars 1 forks source link

Exec forms #2

Closed PawelStroinski closed 10 months ago

PawelStroinski commented 10 months ago
[:run ["/bin/bash" "-c" "echo hello"]]
=>
RUN ["/bin/bash", "-c", "echo hello"]