Skip to content

Docker onbuild image for node apps with alpine linux

License

Notifications You must be signed in to change notification settings

lgaticaq/node-onbuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-onbuild

dockeri.co

Build Status

Docker onbuild image for node apps with alpine linux

Supported tags and respective Dockerfile links

Create a Dockerfile in your Node.js app project

FROM lgatica/node-onbuild:10.4.1
EXPOSE 3000

You can then build and run the Docker image:

docker build -t my-nodejs-app .
docker run -it --rm --name my-running-app my-nodejs-app

Notes

The image assumes that your application has a file named package.json listing its dependencies and defining its start script.

About

Docker onbuild image for node apps with alpine linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published