Navigation Menu

Skip to content

m59peacemaker/docker-ned-build-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

pmkr/ned-build-image

Docker image that builds a docker image for running a node application developed with ned.

See ned-build-image documentation.

development

# build image for development
docker run -it \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $PWD:/app \
pmkr/ned-build-image dev
# run development image
docker run -it --rm \
-v $PWD:/app \
--user $(id -u) \
ned-app-dev

production

# build image for production
docker run -it \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $PWD:/app \
pmkr/ned-build-image prod
# run production image
docker run -it ned-app-prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published