We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f15b40 commit 29119c8Copy full SHA for 29119c8
1 file changed
Dockerfile
@@ -64,7 +64,7 @@ COPY --from=build /python /python
64
65
# Copy the environment, but not the source code
66
COPY --chown=1000:1000 --from=build /app/.venv /app/.venv
67
-RUN chmod o+wrX /app/.venv
+RUN chmod -R 777 /app
68
ENV PATH=/app/.venv/bin:$PATH
69
70
# Add copy of blueapi source to container for debugging
0 commit comments