diff --git a/production.Dockerfile b/production.Dockerfile index a7239217..f41a23e1 100644 --- a/production.Dockerfile +++ b/production.Dockerfile @@ -4,6 +4,7 @@ WORKDIR /app COPY package.json yarn.lock ./ RUN yarn install --frozen-lockfile +ENV VITE_APP_URL=https://app.twinte.net ENV VITE_API_URL=https://app.twinte.net/api/v3 COPY . ./