ThinkR-open / dockerfiler

Easy Dockerfile Creation from R
https://thinkr-open.github.io/dockerfiler/
Other
177 stars 27 forks source link

docker ARG should take an optional default argument #6

Open antoine-sachet opened 4 years ago

antoine-sachet commented 4 years ago

R dock$ARG("GITHUB_PAT")

Dockerfile ARG GITHUB_PAT

R dock$ARG("GITHUB_PAT", default = "")

Dockerfile ARG GITHUB_PAT=""