From cbc9ed07d1d97d5e020dbf048120441e35c5be25 Mon Sep 17 00:00:00 2001 From: Schultheis Date: Mon, 27 Jun 2022 16:50:30 +0200 Subject: [PATCH] change landing page to feature selection; up label to 2.1.3 --- wilson-basic/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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