Skip to content

Commit

Permalink
fix acala-dev path
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Mar 12, 2021
1 parent 38def9d commit 4db340d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN mv /usr/share/ca* /tmp && \
mv /tmp/ca-certificates /usr/share/ && \
useradd -m -u 1000 -U -s /bin/sh -d /acala acala

COPY --from=builder /acala/target/$PROFILE/acala-dev /usr/local/bin
COPY --from=builder /acala/bin/acala-dev/target/release/acala-dev /usr/local/bin

# checks
RUN ldd /usr/local/bin/acala-dev && \
Expand Down

0 comments on commit 4db340d

Please sign in to comment.