Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodesdev committed Jan 14, 2025
1 parent 24b4eed commit f68dde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rustfinity-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY crates/rustfinity-runner/docker/Cargo.toml Cargo.toml

RUN cargo new challenges/playground && rm -rf challenges/playground/.git

WORKDIR challenges/playground
WORKDIR /app/challenges/playground
RUN cargo add \
syn \
quote
Expand Down

0 comments on commit f68dde3

Please sign in to comment.