Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer authored Jan 17, 2025
1 parent eacb34b commit 1d7fcfd
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 "you@example.com"
RUN kart config --global user.name "Your Name"

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

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

Expand Down

0 comments on commit 1d7fcfd

Please sign in to comment.