Skip to content

Commit

Permalink
Test of changing requirements.in path
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Dec 18, 2023
1 parent dea1a65 commit 12da8b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN pip install pip-tools

# Pip installation
RUN mkdir -p /conf
RUN pip-compile --extra-index-url=https://packages.dea.ga.gov.au/ --output-file=/conf/requirements.txt requirements.in
COPY requirements.in /conf/
RUN pip-compile --extra-index-url=https://packages.dea.ga.gov.au/ --output-file=/conf/requirements.txt /conf/requirements.in
RUN pip install -r /conf/requirements.txt

# Copy source code and install it
Expand Down

0 comments on commit 12da8b8

Please sign in to comment.