Skip to content

Commit

Permalink
fix bc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed May 22, 2024
1 parent 096c8b3 commit 9316ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitacross-worker/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ COPY --from=local-builder:latest /home/ubuntu/bitacross-worker/entrypoint.sh /us
WORKDIR /origin

RUN touch spid.txt key.txt && \
cp ./litentry-* /usr/local/bin/ && \
chmod +x /usr/local/bin/litentry-* && \
cp ./bitacross-* /usr/local/bin/ && \
chmod +x /usr/local/bin/bitacross-* && \
chmod +x /usr/local/bin/entrypoint.sh && \
ls -al /usr/local/bin

Expand Down

0 comments on commit 9316ed0

Please sign in to comment.