Skip to content

Commit c427c40

Browse files
committed
fix(job-runner): fix build pack in job-runner Dockerfile (#2064)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent 9ef4a32 commit c427c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/infra/legacy/job-runner/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN \
77
--mount=type=cache,target=/root/.cargo/git \
88
--mount=type=cache,target=/root/.cargo/registry \
99
--mount=type=cache,target=/app/target \
10-
cd packages/infra/legacy/job-runner && \
10+
cd packages/core/infra/legacy/job-runner && \
1111
RUSTFLAGS="--cfg tokio_unstable" cargo build --release --bin rivet-job-runner && \
1212
mkdir -p /app/dist && \
1313
mv /app/target/x86_64-unknown-linux-musl/release/rivet-job-runner /app/dist/rivet-job-runner

0 commit comments

Comments
 (0)