feat: deploy a production level webserver with docker

Refs: OPS-15
This commit is contained in:
Christoph J. Scherr 2025-03-23 14:48:24 +01:00
parent 8cd216673c
commit 2c75fa26a7
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB
4 changed files with 3 additions and 4 deletions

View file

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