Skip to content

Commit 2c0bf99

Browse files
committed
cleanup: fix env variables
1 parent b429704 commit 2c0bf99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ COPY . /code/
2626
# See "schema" field in "./env.ts"
2727
ENV APP_TITLE=BySubina
2828
ENV APP_ENVIRONMENT=development
29-
ENV APP_GRAPHQL_DOMAIN=https://by-subina.com/graphql/
29+
ENV APP_GRAPHQL_DOMAIN=https://by-subina.com
3030
ENV APP_SENTRY_DSN=Dummy
3131

32-
3332
# NOTE: These are set directly in `vite.config.ts`
3433
# We're using raw web-app-serve placeholder values here to treat them as dynamic values
3534
ENV APP_UMAMI_ID=WEB_APP_SERVE_PLACEHOLDER__APP_UMAMI_ID

0 commit comments

Comments
 (0)