Skip to content

ahmedwadod/nodejs_docker_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is the code of a tutorial I wrote on DEV Community about Node js and Docker. View Full Tutorial

Header

Usage

To build the Docker Image run:

$ docker build -t ahmedwadod/nodejs-docker-tutorial:latest .

Then run a container with the image

$ docker run -d -p 8080:8080 ahmedwadod/nodejs-docker-tutorial:latest

Then if you go to http://localhost:8080/ you should see the app running.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published