Merge branch 'devel' into feat/OPS-85

This commit is contained in:
Christoph J. Scherr 2025-03-23 18:51:08 +01:00
commit 6dd8400b61
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB
15 changed files with 587 additions and 45 deletions

View file

@ -14,8 +14,6 @@ RUN apt update && apt install curl bash jq
RUN pip install poetry
RUN poetry install -v
FROM base as dev
# Expose development port
EXPOSE 5000