Further fix to dynamic env vars
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -8,8 +8,8 @@ RUN yarn install --frozen-lockfile
|
||||
FROM node:14 as builder
|
||||
|
||||
WORKDIR /app
|
||||
ENV BASE_URL=APP_BASE_URL_VAR
|
||||
ENV NEXT_PUBLIC_APP_URL=APP_NEXT_PUBLIC_APP_URL_VAR
|
||||
ENV BASE_URL=https://calendso.example.com
|
||||
ENV NEXT_PUBLIC_APP_URL=https://calendso.example.com
|
||||
|
||||
COPY calendso .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user