Skip to content

Instantly share code, notes, and snippets.

@ericof
Last active April 26, 2022 14:03
Show Gist options
  • Save ericof/6ac5f2fb18d7fe1e0ac66ee2c800df3a to your computer and use it in GitHub Desktop.
Save ericof/6ac5f2fb18d7fe1e0ac66ee2c800df3a to your computer and use it in GitHub Desktop.
Plone backend with Docker
# Start Plone on port 8080
docker run -it -e SITE=Plone -p 8080:8080 plone/plone-backend:6.0.0a4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment