Skip to content

Commit

Permalink
Alter permissions of venv and cache (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithralphs authored Oct 25, 2023
1 parent 566c34a commit c3b2c83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ FROM python:3.11 as runtime
COPY --from=build /venv/ /venv/
ENV PATH=/venv/bin:$PATH


RUN mkdir -p /.cache/pip; chmod -R 777 /venv /.cache/pip

# change this entrypoint if it is not the same as the repo
ENTRYPOINT ["blueapi"]
CMD ["serve"]

0 comments on commit c3b2c83

Please sign in to comment.