]> git.giorgioravera.it Git - network-manager.git/commitdiff
Removed export in Dockerfile
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 26 Jan 2026 20:28:44 +0000 (21:28 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Mon, 26 Jan 2026 20:28:44 +0000 (21:28 +0100)
Dockerfile

index c84995b1d5a50b2b8ec776a467284ef3db3a5140..2cbe9ff11be1c444521ca2c13b8204513c35e121 100644 (file)
@@ -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"]