An open API service indexing awesome lists of open source software.

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

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`