Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Nov 23, 2023
1 parent f23a6a1 commit e80b1ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.demo
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ COPY docker/create-constraints.py docker/constraints.cfg docker/requirements.txt

COPY versions.cfg /

RUN python create-constraints.py constraints.cfg constraints.txt && \
RUN pip install -r https://dist.plone.org/release/6.0.4/requirements.txt ${PIP_PARAMS} && \
python create-constraints.py constraints.cfg constraints.txt && \
./bin/pip install mxdev && \
./bin/mxdev -c mx.ini && \
./bin/pip install --ignore-requires-python -r requirements-mxdev.txt ${PIP_PARAMS} && \
Expand Down

0 comments on commit e80b1ea

Please sign in to comment.