Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
Fix dockerfiles (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
no2chem committed Oct 22, 2019
1 parent 39aeafb commit ed66cd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions docker/compose/simple4.yml
Expand Up @@ -2,6 +2,7 @@ version: '3'
services:
concord-truffle:
image: concord-truffle:latest
tty: true
volumes:
- ../resources/truffle:/truffle

Expand Down
2 changes: 0 additions & 2 deletions docker/dockerfiles/truffle/Dockerfile
Expand Up @@ -7,8 +7,6 @@ RUN apt-get update && apt-get -y install vim nano && \
cd /truffle && \
truffle init

COPY docker/dockerfiles/truffle/truffle-config.js /truffle/truffle-config.js

WORKDIR /truffle

RUN echo '[ ! -z "$TERM" -a -r /etc/motd ] && cat /etc/issue && cat /etc/motd' \
Expand Down

0 comments on commit ed66cd1

Please sign in to comment.