Skip to content

Commit

Permalink
Attempt to fox Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Nov 7, 2024
1 parent c7bdd7c commit ad1ff02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hash-graph/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry,sharing=locked \
export RUSTFLAGS="$RUSTFLAGS -C debuginfo=line-tables-only"; \
fi; \
FEATURES=${FEATURES[@]}; \
cargo install --features "${FEATURES// /,}" --profile $PROFILE --locked;
cargo install --path . --features "${FEATURES// /,}" --profile $PROFILE --locked;

RUN mkdir -p /out/etc/ \
&& echo 'graph:x:61000:60000:hash-graph:/:' > /out/etc/passwd \
Expand Down

0 comments on commit ad1ff02

Please sign in to comment.