We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290f201 commit d3437f9Copy full SHA for d3437f9
1 file changed
backend/Dockerfile
@@ -8,8 +8,7 @@ ARG DB_URL
8
ARG PORT
9
ARG APP_ENV
10
ARG CLERK_SECRET_KEY
11
-ARG CLIENT_URL
12
-
+ENV CLIENT_URL=https://scintillating-commitment-production-2429.up.railway.app
13
COPY . .
14
RUN CGO_ENABLED=0 GOOS=linux go build -o /server ./cmd/server/
15
0 commit comments