mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-03-14 08:43:32 +08:00
Allow dialyzer (in elixir-ls) to write PLT file to ~/.mix in Docker (#1877)
Co-authored-by: José Valim <jose.valim@gmail.com> Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
This commit is contained in:
parent
9d6b247115
commit
afe71a9bac
1 changed files with 2 additions and 0 deletions
|
@ -82,5 +82,7 @@ COPY --from=build /app/_build/prod/rel/livebook /app
|
||||||
# Make release files available to any user, in case someone
|
# Make release files available to any user, in case someone
|
||||||
# runs the container with `--user`
|
# runs the container with `--user`
|
||||||
RUN chmod -R go=u /app
|
RUN chmod -R go=u /app
|
||||||
|
# Make all home files available (specifically .mix/)
|
||||||
|
RUN chmod -R go=u $HOME
|
||||||
|
|
||||||
CMD [ "/app/bin/livebook", "start" ]
|
CMD [ "/app/bin/livebook", "start" ]
|
||||||
|
|
Loading…
Reference in a new issue