Skip to content

Commit d3437f9

Browse files
authored
Set CLIENT_URL environment variable in Dockerfile
1 parent 290f201 commit d3437f9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

backend/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ ARG DB_URL
88
ARG PORT
99
ARG APP_ENV
1010
ARG CLERK_SECRET_KEY
11-
ARG CLIENT_URL
12-
11+
ENV CLIENT_URL=https://scintillating-commitment-production-2429.up.railway.app
1312
COPY . .
1413
RUN CGO_ENABLED=0 GOOS=linux go build -o /server ./cmd/server/
1514

0 commit comments

Comments
 (0)