Created
April 26, 2022 14:19
-
-
Save ericof/220fb6a5e8f9ae9162fa1bcdd45b4520 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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