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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user