Skip to content

Fix Makefile: remove unsupported --force-rm flag#310

Open
Shubham-Chaprana wants to merge 1 commit intopyladies:mainfrom
Shubham-Chaprana:fix/makefile-force-rm
Open

Fix Makefile: remove unsupported --force-rm flag#310
Shubham-Chaprana wants to merge 1 commit intopyladies:mainfrom
Shubham-Chaprana:fix/makefile-force-rm

Conversation

@Shubham-Chaprana
Copy link

Fixes #251

--force-rm is not a valid flag for docker compose build. This PR removes the unsupported flag from the Makefile build target.
Tested:

  • Verified the build command runs without --force-rm:
    docker compose build --build-arg USER_ID=1000 --build-arg GROUP_ID=1000 web

@netlify
Copy link

netlify bot commented Jan 20, 2026

Deploy Preview for pyladiescon-portal-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit b898ff3
🔍 Latest deploy log https://app.netlify.com/projects/pyladiescon-portal-docs/deploys/696fab086db8020008456d95
😎 Deploy Preview https://deploy-preview-310--pyladiescon-portal-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Makefile uses invalid docker build flag --force-rm

1 participant

Comments