We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3437f9 commit 8285866Copy full SHA for 8285866
1 file changed
backend/Dockerfile
@@ -8,11 +8,11 @@ ARG DB_URL
8
ARG PORT
9
ARG APP_ENV
10
ARG CLERK_SECRET_KEY
11
-ENV CLIENT_URL=https://scintillating-commitment-production-2429.up.railway.app
+
12
COPY . .
13
RUN CGO_ENABLED=0 GOOS=linux go build -o /server ./cmd/server/
14
-
15
FROM alpine:latest
+ENV CLIENT_URL=https://scintillating-commitment-production-2429.up.railway.app
16
COPY --from=builder /server /server
17
EXPOSE 8080
18
CMD ["/server"]
0 commit comments