Pass ARG RAILWAY_PUBLIC_DOMAIN

This commit is contained in:
2025-01-02 16:47:30 -06:00
parent a5e93f2afc
commit cdbc474819
2 changed files with 13 additions and 11 deletions

View File

@@ -33,6 +33,9 @@ WORKDIR /build/astro
COPY ./frontend/ ./
ARG RAILWAY_PUBLIC_DOMAIN
ENV RAILWAY_PUBLIC_DOMAIN=$RAILWAY_PUBLIC_DOMAIN
RUN npm install pnpm -g
RUN pnpm install
RUN pnpm build