Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix docker compose files for macos #620

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

victor-accarini
Copy link
Contributor

Allow users to build the Docker image in a MacOS environment.

@@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED 1
ENV PROJECT_HOME /home/patchwork/patchwork
ENV DJANGO_SETTINGS_MODULE patchwork.settings.dev

RUN groupadd --gid=$GID patchwork && \
RUN groupadd -o --gid=$GID patchwork && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I hadn't seen this PR. I've just removed all of this logic since it's no longer necessary from what I can tell. I'll revert it in favour of this though.

@stephenfin stephenfin merged commit b3cf15d into getpatchwork:main Mar 10, 2025
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.

2 participants