Skip to content

Commit

Permalink
Gera o arquivo requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Feb 6, 2025
1 parent e977e3b commit ff108a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ COPY . src
RUN <<EOT
set -e
bin/pip install mxdev uv hatch
cp /app/constraints.txt /app/src/constraints.txt
cd /app/src
echo "-c constraints.txt" > requirements.txt
../bin/hatch build
echo "-c https://dist.plone.org/release/$(PLONE_VERSION)/constraints.txt" > requirements.txt
../bin/mxdev -c mx.ini
../bin/uv pip install dist/*.whl -c constraints-mxdev.txt
../bin/python /compile_mo.py
Expand Down

0 comments on commit ff108a6

Please # to comment.