https://github.com/gpaulissen/bml
Bridge Markup Language
https://github.com/gpaulissen/bml
documentation
Last synced: 5 months ago
JSON representation
Bridge Markup Language
- Host: GitHub
- URL: https://github.com/gpaulissen/bml
- Owner: gpaulissen
- License: mit
- Created: 2018-01-06T18:39:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T08:10:54.000Z (about 1 year ago)
- Last Synced: 2026-01-04T04:00:40.283Z (6 months ago)
- Topics: documentation
- Language: HTML
- Homepage: https://gpaulissen.github.io/bml/
- Size: 234 KB
- Stars: 6
- Watchers: 0
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README-docker.md
- Changelog: CHANGELOG.md
- License: LICENSE.org
Awesome Lists containing this project
README
# Introduction
This README describes how to build, release, publish and run Docker.
## Introduction
The following files are based on templates from [mpneuried / Makefile](https://gist.github.com/mpneuried/0594963ad38e68917ef189b4e6a269db):
- config.env
- deploy.env
- docker.mk (copied from template Makefile)
# Usage
## Help
```
make -f docker.mk help
```
## Build the container with different config and deploy file
```
make -f docker.mk cnf= dpl= build
```