1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 14:25:46 +00:00

Merge pull request #1856 from polarathene/tests/fix-container-networking

tests: Fix pytest container networking issues
This commit is contained in:
Nicolas Duchon
2022-01-06 10:32:40 +01:00
committed by GitHub
3 changed files with 45 additions and 30 deletions

View File

@ -1,5 +1,7 @@
FROM python:3.9
ENV PYTEST_RUNNING_IN_CONTAINER=1
COPY python-requirements.txt /requirements.txt
RUN pip install -r /requirements.txt