Skip to content

hackmajoris/docker-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build docker image:

  • open docker-express folder [all files inside of this folder will be copied to docker image on build]
  • in terminal: docker build -t "image-tag" .

To start a container:

  • in terminal: docker run -d -p 8080:3000 image-tag

About

A docker image with Express-Node.js configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors