Skip to content

Commit

Permalink
Add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewturner committed Feb 17, 2024
1 parent 5a0ffcd commit 93ffaac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM python:3.9.10
ENV PIP_DISABLE_ROOT_WARNING=1
RUN python -m pip install --upgrade pip
COPY requirements.test.txt requirements.test.txt
RUN pip install -r requirements.test.txt
COPY requirements.ci.txt requirements.ci.txt
RUN pip install -r requirements.ci.txt
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
VOLUME /app
Expand Down

0 comments on commit 93ffaac

Please sign in to comment.