Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Sep 20, 2024
1 parent ccffd81 commit 5078a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG PROFILE
# ==========================
FROM rust:bullseye as builder

WORKDIR /litentry
WORKDIR /litentry/parachain
COPY . /litentry

RUN apt-get update && apt-get install -yq clang libclang-dev cmake protobuf-compiler
Expand Down

0 comments on commit 5078a82

Please sign in to comment.