An open API service indexing awesome lists of open source software.

https://github.com/gpaulissen/bml

Bridge Markup Language
https://github.com/gpaulissen/bml

documentation

Last synced: 5 months ago
JSON representation

Bridge Markup Language

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
```