Skip to content

Commit

Permalink
ci: add build argument for client's display base url
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloanan committed Jul 30, 2024
1 parent 550d702 commit ef58c2f
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
@@ -1,6 +1,7 @@
FROM oven/bun:1-slim AS build-client
WORKDIR /app
ENV NODE_ENV="production"
ARG VITE_DISPLAY_BASE_URL "furs.id"
COPY ./client/package.json ./client/bun.lockb ./
RUN bun install --frozen-lockfile
COPY client ./
Expand Down

0 comments on commit ef58c2f

Please sign in to comment.