Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 296 Bytes

File metadata and controls

16 lines (11 loc) · 296 Bytes

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

...