From 7c5ae9156efbf7824964df7ea2a3a69e2969a0dd Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Mon, 26 Jan 2026 21:28:44 +0100 Subject: [PATCH] Removed export in Dockerfile --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index c84995b..2cbe9ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,10 +48,5 @@ COPY --from=builder /app/settings settings # Ensure Python sees the installed packages ENV PYTHONPATH="/usr/local/lib/python3.12/site-packages" -ENV HTTP_PORT=8000 - -# Expose the port dynamically -EXPOSE ${HTTP_PORT} - ENTRYPOINT ["/app/entrypoint.py"] CMD ["python3", "-u", "-m", "backend.main"] -- 2.47.3