Add placeholder server sleeping IP environment

variable
This commit is contained in:
Janis
2023-11-24 20:47:09 +01:00
parent b6ad4608cb
commit bb2e48bc30
8 changed files with 131 additions and 83 deletions

View File

@@ -3,6 +3,7 @@ FROM nginx:1.25.3
ENV PORT_IP_MAP ""
ENV PYTHONUNBUFFERED=1
ENV PLACEHOLDER_SERVER_SLEEPING_IP ""
# Install Python and pip
RUN apt-get update && apt-get install -y python3 python3-pip python3-venv