Files: 8c8b7da9dc43699fc6a0d49a9c8ba2ccf4075672 / 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