Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
duchenean committed Aug 5, 2024
1 parent cc1ada3 commit e5d3f81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& pip3 install --no-cache-dir --break-system-packages pip==$PIP setuptools==$SETUPTOOLS zc.buildout==$ZC_BUILDOUT py-spy

WORKDIR /plone
# RUN chown imio:imio -R /plone && mkdir /data && chown imio:imio -R /data
RUN chown imio:imio -R /plone && mkdir /data && chown imio:imio -R /data

# COPY --chown=imio eggs /plone/eggs/
# COPY --chown=imio --from=harbor.imio.be/delib/portal:latest /plone/eggs/ /plone/eggs/
COPY --chown=imio *.cfg /plone/
COPY --chown=imio scripts /plone/scripts

Expand Down
3 changes: 3 additions & 0 deletions base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ extends =

versions = versions

auto-checkout = plonemeeting.portal.core

parts +=
instance

eggs +=
plonemeeting.portal.core
plonetheme.deliberations
collective.js.jqueryui

Expand Down
3 changes: 0 additions & 3 deletions prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ extends =
port.cfg
sources.cfg

develop =

extensions =
mr.developer

auto-checkout = plonemeeting.portal.core

parts +=
zeoserver
instance-debug
Expand Down

0 comments on commit e5d3f81

Please sign in to comment.