This commit is contained in:
Ruben ten Hove 2022-07-05 13:47:56 -04:00
parent 3573a01dca
commit fcf79f8bba
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ COPY . /hosts
RUN pip install --no-cache-dir --upgrade -r /hosts/requirements.txt
ENV PATH $PATH:/hosts
WORKDIR /hosts