Begin Management in Docker
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 26m48s

This commit is contained in:
2024-10-04 21:34:09 +02:00
parent 622f8bc009
commit 80d9d90aaa
24 changed files with 341 additions and 336 deletions

9
docker-mgmt/setup.py Normal file
View File

@ -0,0 +1,9 @@
from setuptools import find_packages, setup
setup(
name='ums',
packages=find_packages(),
version='0.0.0',
description='UMS-Agenten',
author='Magnus Bender',
)