Skip to content

Commit

Permalink
add ENV to dockerfile for argument
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-brokamp authored Aug 30, 2022
1 parent 3a62a60 commit ca08ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM rocker/r-ver:4.1.3
ENV degauss_name="postal"
ENV degauss_version="0.1.0"
ENV degauss_description="normalized and parsed addresses"
# ENV degauss_argument="short description of optional argument [default: 'insert_default_value_here']"
ENV degauss_argument="expand [default: '']"

# add OCI labels based on environment variables too
LABEL "org.degauss.name"="${degauss_name}"
Expand Down

0 comments on commit ca08ce5

Please sign in to comment.