diff --git a/wilson-basic/Dockerfile b/wilson-basic/Dockerfile index e351999..a096509 100644 --- a/wilson-basic/Dockerfile +++ b/wilson-basic/Dockerfile @@ -2,7 +2,7 @@ FROM rocker/shiny:4.0.4 LABEL maintainer="Jens Preussner " LABEL maintainer="Hendrik Schultheis " LABEL maintainer="Carsten Kuenne " -LABEL version="2.1.2" +LABEL version="2.1.3" # # Configuration @@ -11,7 +11,7 @@ ENV \ # Define the default location from which the app is served WILSON_LOCATION=/ \ # Define the landing page for the app - WILSON_LANDING_PAGE=introduction + WILSON_LANDING_PAGE=feature_selection # # Move app and data to container