diff --git a/Dockerfile b/Dockerfile index 5c5ea8edd..02e99fff2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ COPY --from=build /python /python # Copy the environment, but not the source code COPY --chown=1000:1000 --from=build /app/.venv /app/.venv -RUN chmod o+wrX /app/.venv +RUN chmod -R 777 /app ENV PATH=/app/.venv/bin:$PATH # Add copy of blueapi source to container for debugging