fix: additional issues

This commit is contained in:
swve 2024-11-26 00:59:57 +01:00
parent 34cc8df9e7
commit 1c6de351d3
4 changed files with 11 additions and 245 deletions

View file

@ -18,7 +18,6 @@ FROM base AS deps
ENV NEXT_PUBLIC_LEARNHOUSE_API_URL=http://localhost/api/v1/
ENV NEXT_PUBLIC_LEARNHOUSE_BACKEND_URL=http://localhost/
ENV NEXT_PUBLIC_LEARNHOUSE_DOMAIN=localhost
ENV NEXT_PUBLIC_LEARNHOUSE_COLLABORATION_WS_URL=ws://localhost:1998
WORKDIR /app/web
COPY ./apps/web/package.json ./apps/web/pnpm-lock.yaml* ./