Use correct variable in the Dockerfile
This commit is contained in:
parent
7647d70072
commit
a63c50acb4
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ LABEL summary="$SUMMARY" \
|
|||
com.redhat.dev-mode.port="DEBUG_PORT:5858"\
|
||||
com.redhat.component="$NAME" \
|
||||
name="$FGC/$NAME" \
|
||||
version="$VERSION" \
|
||||
version="$NODEJS_VERSION" \
|
||||
maintainer="SoftwareCollections.org <sclorg@redhat.com>" \
|
||||
help="For more information visit https://github.com/sclorg/s2i-nodejs-container" \
|
||||
usage="s2i build <SOURCE-REPOSITORY> centos/$NAME-$NODEJS_VERSION-centos7:latest <APP-NAME>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue