burl / docker-node-base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-node-base

Dockerfile and script to create a container for running node applications as an unprivileged user.

To build:

docker build --rm=true --tag=node-base .

Then, use this as the base image in another Dockerfile that adds your application...

For a fun automated alternative to all this work, see dokku

About

License:MIT License


Languages

Language:Shell 100.0%