Skip to content

Docker image to combine Tomcat and Node.js

License

Notifications You must be signed in to change notification settings

Abmun/tomcat-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tomcat-node

Docker to combine Tomcat and Node.js

Usage

This can be used as a base image to build project docker images that needs both Tomcat and Node.js.

# Dockerfile
FROM riaanvddool/tomcat-node

ADD file-to-be-added /mnt

...

About

Docker image to combine Tomcat and Node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 77.0%
  • Dockerfile 23.0%