Skip to content

Commit 5900777

Browse files
committed
deploy
1 parent 74c3f1e commit 5900777

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agents/superagent/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM oven/bun:1 AS build
22
WORKDIR /app
33
COPY . .
44
RUN bun install
5+
ARG RAILWAY_PUBLIC_DOMAIN
6+
ENV RAILWAY_PUBLIC_DOMAIN=$RAILWAY_PUBLIC_DOMAIN
57
RUN bun run build
68

79
FROM oven/bun:1-slim

0 commit comments

Comments
 (0)