diff --git a/wilson-basic/Dockerfile b/wilson-basic/Dockerfile index 3563ec7..0a12321 100644 --- a/wilson-basic/Dockerfile +++ b/wilson-basic/Dockerfile @@ -2,7 +2,7 @@ FROM rocker/shiny:latest LABEL maintainer="Jens Preussner " LABEL maintainer="Hendrik Schultheis " LABEL maintainer="Carsten Kuenne " -LABEL version="2.1.3" +LABEL version="2.1.2" # # 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=feature_selection + WILSON_LANDING_PAGE=introduction # # Move app and data to container