Skip to content

Commit

Permalink
Moved temp fix so that catapult.tools.linker built by docker compose …
Browse files Browse the repository at this point in the history
…into image
  • Loading branch information
rich-dtk committed May 8, 2020
1 parent 799bb88 commit cb95990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ services:
- ./build/catapult-config:/config-build
- ./build/nemesis:/nemesis:rw
- ./build/state:/state:rw
- ./catapult.tools.linker:/usr/catapult/bin/catapult.tools.linker

peer-node-0-nemgen:
build: cmds/bootstrap/dockerfiles/nemgen
Expand Down
4 changes: 4 additions & 0 deletions ruby/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ RUN bundle install
# when dbugging this will be mounted
RUN rm -rf /usr/app/*

# TEMP
COPY catapult.tools.linker /usr/catapult/bin/catapult.tools.linker
RUN chmod 755 /usr/catapult/bin/catapult.tools.linker


0 comments on commit cb95990

Please sign in to comment.