Skip to content

AtomOpera/simplest_express_docker_container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run this project execute following commands in order

yarn
yarn dev
or
yarn start

Runs the app in the development mode.
Open http://localhost:5000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Docker commands

docker build -t express_img .

use “docker images" command to see images in the local system

docker run -itd --rm --name express_container -p 5000:5000 express_img

to stop container:

docker container stop express_container

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

cra-template-es6

This is the official es6 template for create-express-app.

For more information, please refer to:

About

simplest_express_docker_container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published