Skip to content

Commit

Permalink
chore: fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Nov 28, 2024
1 parent 4a0970a commit ae95291
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
Expand Up @@ -15,8 +15,8 @@ RUN apt-get update \
&& apt-get clean

RUN pip install --upgrade pip
COPY ./requirements_$SERVICE_NAME.txt .
RUN pip install -r ./requirements_$SERVICE_NAME.txt
COPY ./requirements-$SERVICE_NAME.txt .
RUN pip install -r ./requirements-$SERVICE_NAME.txt

COPY icon_governance ./icon_governance

Expand Down

0 comments on commit ae95291

Please sign in to comment.