We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c3f1e commit 5900777Copy full SHA for 5900777
agents/superagent/Dockerfile
@@ -2,6 +2,8 @@ FROM oven/bun:1 AS build
2
WORKDIR /app
3
COPY . .
4
RUN bun install
5
+ARG RAILWAY_PUBLIC_DOMAIN
6
+ENV RAILWAY_PUBLIC_DOMAIN=$RAILWAY_PUBLIC_DOMAIN
7
RUN bun run build
8
9
FROM oven/bun:1-slim
0 commit comments