Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
seafile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
seafile
Commits
afcfa64a
Verified
Commit
afcfa64a
authored
4 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Fix certain bugs
parent
2c2a0cf6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+5
-5
5 additions, 5 deletions
Dockerfile
src/setenv.sh
+1
-1
1 addition, 1 deletion
src/setenv.sh
with
6 additions
and
6 deletions
Dockerfile
+
5
−
5
View file @
afcfa64a
...
...
@@ -34,13 +34,13 @@ RUN addgroup --gid 1000 seafile && \
adduser
--gid
1000
--uid
1000
--system
--shell
/bin/bash
--home
/haiwen seafile
USER
seafile
# set environment variables for locale
ARG
LANG=C.UTF-8
ARG
LANGUAGE=C.UTF-8
ARG
LC_ALL=C.UTF-8
ENV
LANG=C.UTF-8
ENV
LANGUAGE=C.UTF-8
ENV
LC_ALL=C.UTF-8
# set environment variables for seafile
ARG
ROOTPATH=/haiwen
ARG
INSTALLPATH=$ROOTPATH/seafile-server-latest
ENV
ROOTPATH=/haiwen
ENV
INSTALLPATH=$ROOTPATH/seafile-server-latest
ENV
CCNET_CONF_DIR=$ROOTPATH/ccnet
ENV
SEAFILE_CENTRAL_CONF_DIR=$ROOTPATH/conf
...
...
This diff is collapsed.
Click to expand it.
src/setenv.sh
+
1
−
1
View file @
afcfa64a
export
PYTHONPATH
=
${
INSTALLPATH
}
/seafile/lib/python
2.7
/site-packages:
${
INSTALLPATH
}
/seafile/lib64/python
2.7
/site-packages:
${
INSTALLPATH
}
/seahub/thirdpart:
$PYTHONPATH
export
PYTHONPATH
=
${
INSTALLPATH
}
/seafile/lib/python
3.6
/site-packages:
${
INSTALLPATH
}
/seafile/lib64/python
3.6
/site-packages:
${
INSTALLPATH
}
/seahub/thirdpart:
$PYTHONPATH
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment