fix permission issues

This commit is contained in:
z4yx 2020-05-25 13:14:30 +08:00
parent 38b07e79f7
commit cf9eae77af

View File

@ -27,5 +27,7 @@ RUN jill install 1.4 --confirm
# The API is likely to be changed in the future, so we fix the version here for stability consideration
RUN julia -e 'using Pkg; pkg"add https://github.com/johnnychen94/StorageServer.jl#v0.1.0-beta.1"'
RUN chown -R 2000 /tmp/julia/
WORKDIR /julia
CMD /bin/bash