Skip to content

Commit

Permalink
[rosetta] Use github run.sh instead of copy
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Van Der Maden <dvandermaden0@berkeley.edu>
  • Loading branch information
Daniel-VDM committed Oct 19, 2020
1 parent a2266d0 commit 6e8b6c8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rosetta/infra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ WORKDIR $HMY_PATH/harmony

RUN make linux_static
RUN cp ./bin/harmony /root && chmod +x /root/harmony

WORKDIR $GOPATH

RUN rm -rf *
RUN cp ./rosetta/infra/run.sh /root/run.sh && chmod +x /root/run.sh
RUN rm -rf $GOPATH

WORKDIR /root

COPY run.sh run.sh
ENTRYPOINT ["/bin/bash","/root/run.sh"]

0 comments on commit 6e8b6c8

Please sign in to comment.