Skip to content

Commit b45a189

Browse files
committed
fixup! feat: integrate with web-app-serve
1 parent 2cd6403 commit b45a189

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ ENV APP_GRAPHQL_DOMAIN=https://api.example.com
3232
ENV APP_SENTRY_DSN=https://xyzl@sentry.example.com/123
3333

3434
# Note: These are set directly in `vite.config.ts`
35-
# so they are validated by `@julr/vite-plugin-validate-env` but not accessed through it
3635
# We're using web-app-serve placeholder values here to treat them as dynamic values
3736
ENV APP_UMAMI_SRC=WEB_APP_SERVE_PLACEHOLDER__APP_UMAMI_SRC
3837
ENV APP_UMAMI_ID=WEB_APP_SERVE_PLACEHOLDER__APP_UMAMI_ID

web-app-serve/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ services:
1313
env_file: .env
1414
ports:
1515
- '8050:80'
16-

0 commit comments

Comments
 (0)