Skip to content

Commit

Permalink
feat: switch main service container to root
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPokorny committed Oct 15, 2024
1 parent 1da8498 commit 9cf025f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ RUN apt-get update &&\
rm -rf /var/lib/apt/lists/*
COPY --from=builder /venv /venv
ENV PATH="/venv/bin:${PATH}"
RUN mkdir /.kube /storage && chmod 777 /.kube /storage
USER 1001050000
RUN mkdir /storage && chmod 777 /storage
ENTRYPOINT ["python", "-m", "code_interpreter"]

0 comments on commit 9cf025f

Please sign in to comment.