Skip to content

oleksii-honchar/jaba

Repository files navigation

JABA

Javascript Application BAse dockers

Purpose

To have defined base images for the following scenarios:

  • jaba-build - build JS/TS project
  • jaba-static - serve static content (usage example)
  • jaba-node - execute pre-build node.js application

How to build

make build-all
make tag-latest-all
make push-all

How to use

Use tuiteraz/jaba-<type> as base image in your Dockefile

Also jaba-static available for local testing:

make up type=static
# open in browser localhost:8100
make down type=static