https://github.com/phusion/truffle-test
A docker container to test truffle support in Passenger
https://github.com/phusion/truffle-test
Last synced: 18 days ago
JSON representation
A docker container to test truffle support in Passenger
- Host: GitHub
- URL: https://github.com/phusion/truffle-test
- Owner: phusion
- Created: 2015-12-28T13:22:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T18:58:20.000Z (over 10 years ago)
- Last Synced: 2025-06-11T06:12:54.481Z (about 1 year ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# truffle-test
A docker container to test truffle support in Passenger
# Usage
1. Clone this repository to your computer, navigate to it and run `docker build -t truffle-test .`
2. Run the container by executing ``docker run -d -v `pwd`/app/:/app truffle-test``
3. Find out the ip address of the container with `docker inspect |grep IPA`
4. Fetch the hello world: `curl :3000`