Skip to content

Commit

Permalink
do not remove the src folder when bulding the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Nov 21, 2024
1 parent e0d452f commit 2ad1e84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN <<EOT
../bin/uv pip install -r requirements-mxdev.txt
../bin/python /compile_mo.py
cd /app
rm -Rf src/
EOT

FROM plone/server-prod-config:${PLONE_VERSION}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN <<EOT
../bin/uv pip install -r requirements-mxdev.txt
../bin/python /compile_mo.py
cd /app
rm -Rf src/
EOT

FROM plone/server-acceptance:${PLONE_VERSION}
Expand Down

0 comments on commit 2ad1e84

Please sign in to comment.