We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6bfb4 commit eca5de8Copy full SHA for eca5de8
dockerfiles/julia/Dockerfile
@@ -10,7 +10,8 @@ LABEL maintainer="Johnny Chen <[email protected]>"
10
11
ENV JULIA_DEPOT_PATH="/opt/julia"
12
13
-RUN julia -e 'using Pkg; pkg"add https://github.com/johnnychen94/StorageMirrorServer.jl#v0.1.1-rc3"' && \
+RUN adduser --uid 2000 tunasync && \
14
+ julia -e 'using Pkg; pkg"add https://github.com/johnnychen94/StorageMirrorServer.jl#v0.1.1-rc3"' && \
15
chmod a+rx -R $JULIA_DEPOT_PATH
16
17
COPY dockerfiles/julia/startup.jl /usr/local/julia/etc/julia/startup.jl
0 commit comments