Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wejs/wejs-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

We.js framework image

Build for production environment

Docker hub url: https://hub.docker.com/r/wejs/wejs

Usage:

Run host local We.js project in port 5000 and keep terminal open:

docker run --name=wejs_blog -v $(pwd):/usr/src/app -p 5000:4000 -it wejs

Build commands:

docker build -t wejs:latest .

Tag and save in docker registry:

docker tag wejs:latest wejs/wejs:v1.1.7
docker tag wejs:latest wejs/wejs:latest

Send to docker hub

docker push wejs/wejs:v1.1.7
docker push wejs/wejs:latest

About

Docker image do run We.js framework projects

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published