Skip to content

Docker Image for node apps with alpine linux and native dependencies

License

Notifications You must be signed in to change notification settings

escaleno-ltda/node-krb5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-krb5

Build Status

dockeri.co

Docker Image for node apps with alpine linux and native dependencies

Supported tags and respective Dockerfile links

Create a Dockerfile in your Node.js app project

FROM escaleno/node-krb5:7-onbuild
# replace this with your application's default port
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 Image for node apps with alpine linux and native dependencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published