Skip to content

Commit

Permalink
fix: add BACKEND_URL arg to avoid build error (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSehrawat authored Jul 14, 2024
1 parent e48ee93 commit b7309c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN poetry install --without dev --no-root && rm -rf $POETRY_CACHE_DIR
FROM node:20-alpine AS frontend
WORKDIR /app
COPY frontend/package*.json ./
ARG BACKEND_URL
RUN npm install -g pnpm && pnpm install
COPY frontend/ .
RUN pnpm run build && pnpm prune --prod
Expand Down

0 comments on commit b7309c4

Please sign in to comment.