totallylegitco / fighthealthinsurance

Other
62 stars 13 forks source link

Sweep: --chown with the copy in the dockerfile instead of doing a copy and then chown. Target user and group is www-data (✓ Sandbox Passed) #41

Closed sweep-ai[bot] closed 3 months ago

sweep-ai[bot] commented 9 months ago

PR Feedback: 👎

Description

This pull request includes changes to the Dockerfile. The changes involve using the --chown flag with the COPY command in the Dockerfile instead of performing a separate COPY and chown command. The target user and group for the COPY command is set to www-data.

Summary

Fixes #39.


🎉 Latest improvements to Sweep:
  • New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
  • Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
  • Use the GitHub issues extension for creating Sweep issues directly from your editor.

💡 To get Sweep to edit this pull request, you can:

sweep-ai[bot] commented 9 months ago

Rollback Files For Sweep

This is an automated message generated by Sweep AI.

holdenk commented 9 months ago

@sweep-ai Apply this to all instance of COPY Also see https://stackoverflow.com/questions/58493520/docker-add-chown-bug-or-feature to fix this for ADD and update build.sh to match