Skip to content

Commit

Permalink
fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer committed Jan 17, 2025
1 parent c6d667d commit 05fcef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN dpkg -i kart_0.15.1_amd64.deb
RUN kart config --global user.email "[email protected]"
RUN kart config --global user.name "Your Name"

COPY /requirements.txt /requirements.txt
COPY --from=webapp_root requirements.txt .

RUN python3 -m pip config --global set global.break-system-packages true

Expand Down

0 comments on commit 05fcef6

Please sign in to comment.