We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b429704 commit 2c0bf99Copy full SHA for 2c0bf99
Dockerfile
@@ -26,10 +26,9 @@ COPY . /code/
26
# See "schema" field in "./env.ts"
27
ENV APP_TITLE=BySubina
28
ENV APP_ENVIRONMENT=development
29
-ENV APP_GRAPHQL_DOMAIN=https://by-subina.com/graphql/
+ENV APP_GRAPHQL_DOMAIN=https://by-subina.com
30
ENV APP_SENTRY_DSN=Dummy
31
32
-
33
# NOTE: These are set directly in `vite.config.ts`
34
# We're using raw web-app-serve placeholder values here to treat them as dynamic values
35
ENV APP_UMAMI_ID=WEB_APP_SERVE_PLACEHOLDER__APP_UMAMI_ID
0 commit comments