forked from baron/baron-sso
fix(userfront): prevent public env asset request
This commit is contained in:
@@ -7,7 +7,6 @@ COPY . .
|
||||
RUN /bin/sh ./scripts/sync_userfront_locales.sh
|
||||
WORKDIR /app/userfront
|
||||
RUN flutter pub get
|
||||
RUN touch .env
|
||||
RUN flutter build web --release --wasm
|
||||
|
||||
FROM node:24-alpine AS optimize
|
||||
|
||||
Reference in New Issue
Block a user