Skip to content

Commit

Permalink
adding the the backend url as arg for build (#8)
Browse files Browse the repository at this point in the history
* adding the the backend url as arg for build

* hard coding url
  • Loading branch information
atnomoverflow authored Apr 21, 2024
1 parent c02dc16 commit 5677d5d
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 @@ -2,6 +2,7 @@
FROM node:lts-alpine as build-stage
ARG VITE_CLERK_PUBLISHABLE_KEY
ENV VITE_CLERK_PUBLISHABLE_KEY $VITE_CLERK_PUBLISHABLE_KEY
ENV VITE_BASE_API_URL https://nullcloud.io/api/v1
WORKDIR /app
COPY package*.json ./
RUN npm install
Expand Down

0 comments on commit 5677d5d

Please sign in to comment.