Skip to content

Instantly share code, notes, and snippets.

@ericof
Created April 26, 2022 14:19
Show Gist options
  • Save ericof/220fb6a5e8f9ae9162fa1bcdd45b4520 to your computer and use it in GitHub Desktop.
Save ericof/220fb6a5e8f9ae9162fa1bcdd45b4520 to your computer and use it in GitHub Desktop.
FROM plone/plone-backend:6.0.0a4
# Add local code
COPY src ./src
RUN ./bin/pip install ./src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment