Skip to content

Commit 29119c8

Browse files
fix: change permissions in dockerfile (#1493)
Fixes #1454
1 parent 9f15b40 commit 29119c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ COPY --from=build /python /python
6464

6565
# Copy the environment, but not the source code
6666
COPY --chown=1000:1000 --from=build /app/.venv /app/.venv
67-
RUN chmod o+wrX /app/.venv
67+
RUN chmod -R 777 /app
6868
ENV PATH=/app/.venv/bin:$PATH
6969

7070
# Add copy of blueapi source to container for debugging

0 commit comments

Comments
 (0)