simpler instructions

This commit is contained in:
Ruben ten Hove
2022-07-05 13:38:20 -04:00
parent dba24e8a3e
commit 3573a01dca
2 changed files with 19 additions and 13 deletions

View File

@@ -4,8 +4,8 @@ ENV IN_CONTAINER 1
RUN apk add --no-cache git sudo
COPY . /usr/src/hosts
COPY . /hosts
RUN pip install --no-cache-dir --upgrade -r /usr/src/hosts/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /hosts/requirements.txt
ENV PATH $PATH:/usr/src/hosts
ENV PATH $PATH:/hosts