We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd6403 commit b45a189Copy full SHA for b45a189
Dockerfile
@@ -32,7 +32,6 @@ ENV APP_GRAPHQL_DOMAIN=https://api.example.com
32
ENV APP_SENTRY_DSN=https://xyzl@sentry.example.com/123
33
34
# 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
36
# We're using web-app-serve placeholder values here to treat them as dynamic values
37
ENV APP_UMAMI_SRC=WEB_APP_SERVE_PLACEHOLDER__APP_UMAMI_SRC
38
ENV APP_UMAMI_ID=WEB_APP_SERVE_PLACEHOLDER__APP_UMAMI_ID
web-app-serve/docker-compose.yml
@@ -13,4 +13,3 @@ services:
13
env_file: .env
14
ports:
15
- '8050:80'
16
-
0 commit comments