Skip to content

A Simple step-by-step application that uses Docker for both development and deploy.

Notifications You must be signed in to change notification settings

utnaf/practical-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical Docker

We have a simple Express app that serves a static JSON.

Requirements

  • NodeJS or nvm

If you have nvm installed use the nvm use command to set your Node version to 14.15.0.

Run

npm install
npm start

Visit http://localhost:3000.

Dev

For developing you can use the watch command to restart the server automatically when a file changes.

npm run watch

About

A Simple step-by-step application that uses Docker for both development and deploy.

Topics

Resources

Stars

Watchers

Forks