mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
🔧 Skip env validation during docker build
This commit is contained in:
parent
104d214d2e
commit
b631d0765d
3 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,7 @@ ENV NEXT_PUBLIC_APP_VERSION=$APP_VERSION
|
|||
ARG SELF_HOSTED
|
||||
ENV NEXT_PUBLIC_SELF_HOSTED=$SELF_HOSTED
|
||||
|
||||
RUN yarn build
|
||||
RUN SKIP_ENV_VALIDATION=1 yarn build
|
||||
|
||||
FROM node:20 AS runner
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue