Skip to content

Commit

Permalink
fix: Release plone.namedfile==6.3.1 - refs #272819
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Jul 31, 2024
1 parent 0ab78c2 commit 716a725
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ COPY --from=builder /wheelhouse /wheelhouse
RUN ./bin/pip install --no-index --no-deps /wheelhouse/* \
&& find /app -not -user plone -exec chown plone:plone {} \+

# Custom versions, to be removed after Plone version upgrade
# https://taskman.eionet.europa.eu/issues/272819
RUN ./bin/pip install plone.namedfile==6.3.1

ENTRYPOINT [ "/app/docker-entrypoint.sh" ]
CMD ["start"]

0 comments on commit 716a725

Please sign in to comment.