Skip to content

hackmajoris/docker-express

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

No packages published