chore: revert back environment variable prefixes to VITE_
This commit is contained in:
@@ -2,6 +2,8 @@ FROM node:18-bookworm as base_builder
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
ENV HOPP_ALLOW_RUNTIME_ENV=true
|
||||
|
||||
RUN npm install -g pnpm
|
||||
COPY pnpm-lock.yaml .
|
||||
RUN pnpm fetch
|
||||
|
||||
Reference in New Issue
Block a user