Skip to content

Instantly share code, notes, and snippets.

@ryanKinoti
Created April 27, 2024 07:48
Show Gist options
  • Save ryanKinoti/509176eb625e8a968e2c5aea494b327f to your computer and use it in GitHub Desktop.
Save ryanKinoti/509176eb625e8a968e2c5aea494b327f to your computer and use it in GitHub Desktop.
edit-2: inside the load balancer folder... edit the dockerfile
FROM python:3.8-slim
WORKDIR /load_balancer
COPY . /load_balancer
RUN pip install --no-cache-dir -r requirements.txt
CMD ["python", "load_balancer.py"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment