fix: set Rivet runner version in image

This commit is contained in:
-Puter
2026-06-05 19:08:52 +05:30
parent d10ef2a882
commit 8e4fdc6adf

View File

@@ -12,7 +12,9 @@ COPY src ./src
RUN npx tsc -p tsconfig.json
FROM base AS runtime
ARG RIVET_RUNNER_VERSION=dev
ENV NODE_ENV=production
ENV RIVET_RUNNER_VERSION=$RIVET_RUNNER_VERSION
COPY --from=deps /app/node_modules ./node_modules
COPY --from=build /app/dist ./dist
COPY package.json ./