Begin Management in Docker
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 26m48s
All checks were successful
Build and push Docker image at git tag / build (push) Successful in 26m48s
This commit is contained in:
9
docker-mgmt/setup.py
Normal file
9
docker-mgmt/setup.py
Normal 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',
|
||||
)
|
Reference in New Issue
Block a user