Skip to content

Commit

Permalink
use pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 2, 2023
1 parent b3c0a8d commit dbe1535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY src/api/src/requirements.txt /src/requirements.txt

WORKDIR /src

RUN pip install -r requirements.txt
RUN pip3 install -r requirements.txt

COPY src/api/src/ /src

Expand Down

0 comments on commit dbe1535

Please sign in to comment.