Skip to content

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 419 Bytes

README.md

File metadata and controls

executable file
·
26 lines (18 loc) · 419 Bytes

Docker container for Volt

How to use it

Create a Dockerfile in your Volt app with the following

FROM otzy007/voltframework

Then you can build the Docker image:

docker build -t my-volt-app .

And run it:

docker run --name my-volt-app -p 3000:3000 -d my-volt-app

You can then go to http://localhost:3000 in your browser

The stack

  • Ruby 2.1
  • MongoDB 2.6.7