Skip to content

sdg9670/example-dockerizing-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Dockerizing Express

Node Command

npm run install

npm run dev

npm run build

npm run test

npm run start:[dev, test, production]

Docker Command

docker build --build-arg NODE_ENV=[dev, test, production] -t IMAGE_NAME .

docker run -p 3000:3000 IMAGE_NAME

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published