From ac73bcde034d118cea7dbc4322a389b344abdca9 Mon Sep 17 00:00:00 2001 From: Marco Lucarelli Date: Fri, 30 Jan 2026 14:10:19 +0100 Subject: [PATCH] format --- python/redfish-api/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/python/redfish-api/Dockerfile b/python/redfish-api/Dockerfile index c21a574..a100253 100644 --- a/python/redfish-api/Dockerfile +++ b/python/redfish-api/Dockerfile @@ -30,7 +30,6 @@ ENV PATH="/app/.venv/bin:$PATH" # Reset the entrypoint, don't invoke `uv` ENTRYPOINT [] - EXPOSE 8000 CMD [ "python", "main.py" ]