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 ff58f46 commit e977e3b
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 @@ -15,7 +15,8 @@ RUN <<EOT
bin/pip install mxdev uv hatch
cd /app/src
../bin/hatch build
make constraints-mxdev.txt
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
cd /app
Expand Down

0 comments on commit e977e3b

Please sign in to comment.