mirror of
https://codeberg.org/Ewen/rudibridge.git
synced 2024-12-21 18:52:32 +00:00
wip: production
This commit is contained in:
parent
032faae19c
commit
a7d95c1461
|
@ -13,7 +13,7 @@ CMD ["pnpm", "run", "dev", "--host", "0.0.0.0"]
|
|||
FROM frontend-requirements as build
|
||||
|
||||
ARG VITE_API_ENDPOINT
|
||||
ENV VITE_API_ENDPOINT=${VITE_API_ENDPOINT}}
|
||||
ENV VITE_API_ENDPOINT=${VITE_API_ENDPOINT}
|
||||
WORKDIR /app
|
||||
COPY . ./
|
||||
RUN pnpm run build
|
||||
|
|
Loading…
Reference in a new issue