Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NODE Image

Helpful NODE image from official ubuntu:16.04

Tags

  • solegs/node:latest

Docker Compose yml

version: "2"
services:
 node:
   image: solegs/node
   ports:
    - 3000:3000
   working_dir: /usr/local/src/app
   volumes:
    - .:/usr/local/src/app
   command: bash -c "npm install && node index.js"

About

Docker image NODE

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages