Skip to content

Docker to combine java and node in one docker instance to support simplify deployment

License

Notifications You must be signed in to change notification settings

Applifting/java-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-node

Docker to combine java and node in one docker instance to support simplify deployment

Usage

Usually this is used for base image to build project docker to combine both java and nodejs application.

# Dockerfile
FROM applifting/java-node

ADD file-to-be-added /mnt

...

About

Docker to combine java and node in one docker instance to support simplify deployment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%