-if [ "${IMAGE_EXTRA}" != "" ]; then ${DOCKER_CMD} tag ${CI_REGISTRY_IMAGE}:${IMAGE_TAG} ${CI_REGISTRY_IMAGE}:${IMAGE_EXTRA}; ${DOCKER_CMD} push ${CI_REGISTRY_IMAGE}:${IMAGE_EXTRA}; fi
@@ -8,7 +8,7 @@ The Validator is a website that provides a user interface for
## Running using Docker
```
docker run --rm -i -t --name validator -p 8080:8080 dockerhub.croptrust.org/genesys-pgr/validator:1.0-SNAPSHOT
docker run --rm -i -t --name validator -p 8080:8080 dockerhub.croptrust.org/genesys-pgr/validator:1.1
```
The application will be accessible at <http://DOCKER_HOST:8080/>
...
...
@@ -18,7 +18,7 @@ The application will be accessible at <http://DOCKER_HOST:8080/>
Application listens on `/` context path by default. To run the application on a `/validator` context path you need to provide `CONTEXT_PATH` as environment variable to docker: