Add new environment variable for starting

placeholder server
This commit is contained in:
Janis
2023-11-24 21:51:17 +01:00
parent bb2e48bc30
commit 4389132132
5 changed files with 53 additions and 18 deletions

View File

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