We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589e8e6 commit ef83ac0Copy full SHA for ef83ac0
Dockerfile
@@ -46,7 +46,7 @@ RUN pip install --no-cache-dir --no-index --find-links /app/wheelhouse -r requir
46
rm -rf /app/wheelhouse
47
48
# Copy entire app package with correct ownership
49
-COPY --chown=fastapi:fastapi app/ ./app/
+COPY --chmod=755 --chown=fastapi:fastapi app/ ./app/
50
51
# https://rules.sonarsource.com/docker/RSPEC-6504/
52
0 commit comments