Closed sweep-ai[bot] closed 3 months ago
This is an automated message generated by Sweep AI.
@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
PR Feedback: 👎
Description
This pull request includes changes to the Dockerfile. The changes involve using the
--chown
flag with theCOPY
command in the Dockerfile instead of performing a separateCOPY
andchown
command. The target user and group for theCOPY
command is set towww-data
.Summary
--chown=www-data:www-data
with theCOPY
command forrequirements.txt
andfighthealthinsurance
files.requirements.txt
.start-server.sh
script and all.py
files to the/opt/app/
directory.Fixes #39.
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: