@budibase/server 2.7.6 → 2.7.7-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Dockerfile CHANGED
@@ -14,7 +14,7 @@ ENV SERVICE=app-service
14
14
  ENV POSTHOG_TOKEN=phc_bIjZL7oh2GEUd2vqvTBH8WvrX0fWTFQMs6H5KQxiUxU
15
15
  ENV TENANT_FEATURE_FLAGS=*:LICENSING,*:USER_GROUPS,*:ONBOARDING_TOUR
16
16
  ENV ACCOUNT_PORTAL_URL=https://account.budibase.app
17
-
17
+ ENV TOP_LEVEL_PATH=/
18
18
 
19
19
  # handle node-gyp
20
20
  RUN apt-get update \