From 16d94871e4a222e1f3421602a1c7af274543b699 Mon Sep 17 00:00:00 2001 From: Hendrik Schultheis Date: Tue, 28 Jun 2022 10:07:11 +0200 Subject: [PATCH] change landing page to feature selection --- wilson-basic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wilson-basic/Dockerfile b/wilson-basic/Dockerfile index 1540eb7..69ad4e8 100644 --- a/wilson-basic/Dockerfile +++ b/wilson-basic/Dockerfile @@ -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