Makefile helper tools, frontend UI lib updated, option added to build plugin in docker

This commit is contained in:
Aleksandr 2023-01-23 00:17:23 +02:00
commit ddb21cc3b7
6 changed files with 151 additions and 11 deletions

12
docker-compose.yaml Normal file
View file

@ -0,0 +1,12 @@
version: "3.8"
services:
tools:
build:
context: "."
dockerfile: "Dockerfile"
target: "tools"
restart: "no"
volumes:
- "./:/app/:delegated"