Files: a0851a84040bdc2bc5a6f2067d00bc5974724c5d / Dockerfile
75 bytesRaw
1 | FROM unpatent/docker-truffle |
2 | COPY . app |
3 | WORKDIR app |
4 | |
5 | CMD ["sh", "test.sh"] |
6 |
Built with git-ssb-web
1 | FROM unpatent/docker-truffle |
2 | COPY . app |
3 | WORKDIR app |
4 | |
5 | CMD ["sh", "test.sh"] |
6 |
Built with git-ssb-web