An example application to be used with the deis deployer example.
To build this image cd
to the root of this repo and:
docker build -t <your dockerhub user name>/simple-node:latest .
docker push <your dockerhub user name>/simple-node:latest
A simple app to deploy as a docker image using the Deis controller api.
JavaScript
An example application to be used with the deis deployer example.
To build this image cd
to the root of this repo and:
docker build -t <your dockerhub user name>/simple-node:latest .
docker push <your dockerhub user name>/simple-node:latest