diff --git a/deploy.sh b/deploy.sh index ea9c0b0..4dc0427 100644 --- a/deploy.sh +++ b/deploy.sh @@ -672,6 +672,9 @@ echo "" ######################################################################################### # Setup the nginx block and move the static build files ######################################################################################### +if [ "$APP_MOUNT_URI" = "" ]; then + APP_MOUNT_URI="dashboard" +fi # Populate the DASHBOARD_LOCATION variable DASHBOARD_LOCATION=$(<$HD/Deploy_Saleor/resources/saleor-dashboard/dashboard-location) # Modify the new server block