Removed reserved client

This commit is contained in:
Ramon Bartl 2022-02-14 15:02:45 +01:00
parent c75571dd71
commit c6c4d72854
No known key found for this signature in database
GPG key ID: 359669D35BDDF79B
2 changed files with 1 additions and 7 deletions

View file

@ -61,7 +61,7 @@ WORKDIR $SENAITE_INSTANCE_HOME
VOLUME /data
# Expose instance port
EXPOSE 8080 8089
EXPOSE 8080
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["start"]

View file

@ -20,7 +20,6 @@ download-cache=../buildout-cache/downloads
parts +=
zeo
plonesite
client_reserved
console_scripts
eggs +=
@ -55,11 +54,6 @@ event-log-args = (sys.stderr,)
access-log-handler = StreamHandler
access-log-args = (sys.stdout,)
[client_reserved]
<= instance
recipe = plone.recipe.zope2instance
http-address = 8089
[console_scripts]
recipe = zc.recipe.egg:scripts
eggs = senaite.core