expose flask port

This commit is contained in:
Dominik Siebel
2024-09-17 09:02:35 +02:00
committed by Daniel Molkentin
parent 101d25eee8
commit 298b93c595
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ FROM python:${PYTHON_VERSION}-slim
LABEL source="https://github.com/Akkudoktor-EOS/EOS"
EXPOSE 5000
ARG APT_OPTS="--yes --auto-remove --no-install-recommends --no-install-suggests"
RUN DEBIAN_FRONTEND=noninteractive \
apt-get update \