nunenuh / docker_minstart

Minimum sample of docker start with express and node js support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker_minstart

Minimum sample of docker start with express and node js support

usage

run this command on terminal :

docker-compose build
docker-compose up -d

after that, check if its run on your server by opening your web browser in this url http://localhost:3000

About

Minimum sample of docker start with express and node js support

License:MIT License


Languages

Language:Dockerfile 55.1%Language:JavaScript 44.9%