Skip to content

Instantly share code, notes, and snippets.

@sashaaro
Created December 7, 2020 21:53
Show Gist options
  • Save sashaaro/8442d2ad736839a00bf53d0bb5053c8b to your computer and use it in GitHub Desktop.
Save sashaaro/8442d2ad736839a00bf53d0bb5053c8b to your computer and use it in GitHub Desktop.
compile erb template with docker
#/bin/sh
docker run -v ${PWD}:/workdir -w /workdir ruby erb $1 > $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment