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
Content type
Image
Digest
sha256:bf55491b7…
Size
392 MB
Last updated
over 10 years ago
docker pull otzy007/voltframework