Skip to content
Snippets Groups Projects
Verified Commit 2c2a0cf6 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix certain bugs

parent 5e096c94
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ RUN pip3 install \ ...@@ -29,7 +29,6 @@ RUN pip3 install \
ADD src/setenv.sh / ADD src/setenv.sh /
ADD src/docker-entrypoint.sh / ADD src/docker-entrypoint.sh /
# setup user environment # setup user environment
RUN addgroup --gid 1000 seafile && \ RUN addgroup --gid 1000 seafile && \
adduser --gid 1000 --uid 1000 --system --shell /bin/bash --home /haiwen seafile adduser --gid 1000 --uid 1000 --system --shell /bin/bash --home /haiwen seafile
......
src/setenv.sh 100644 → 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment