Use correct variable in the Dockerfile

This commit is contained in:
Honza Horak 2020-04-30 19:31:09 +02:00
commit a63c50acb4

View file

@ -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>"