Skip to content

Commit

Permalink
backend sed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jul 20, 2024
1 parent e684d71 commit 785a1d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ USER plone
COPY --chown=plone:plone ./backend /site
WORKDIR /site
RUN \
# sed -i 's/\[test\]/\[production\]/g' /site/requirements.txt &&\
ls -la &&\
make packages cookiecutter &&\
wget -O $ZOPE_TEMPLATE https://github.com/plone/cookiecutter-zope-instance/archive/refs/tags/${COOKIECUTTER_ZOPE_INSTANCE_VERSION}.zip &&\
Expand Down

0 comments on commit 785a1d6

Please sign in to comment.