Skip to content

Commit

Permalink
backend has no production + need relstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jul 20, 2024
1 parent aa212b1 commit e684d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ USER plone
COPY --chown=plone:plone ./backend /site
WORKDIR /site
RUN \
sed -i 's/\[test\]/\[production\]/g' /site/requirements.txt &&\
# 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
1 change: 1 addition & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-c constraints.txt
Plone
plone.distribution
relstorage

0 comments on commit e684d71

Please sign in to comment.