Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
09794801
Commit
09794801
authored
Jan 13, 2017
by
wangfeng7399
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dockerfile
parent
dc4c37af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.python-version
.python-version
+1
-0
Dockerfile
Dockerfile
+2
-2
No files found.
.python-version
0 → 100644
View file @
09794801
system
Dockerfile
View file @
09794801
...
...
@@ -6,7 +6,8 @@ MAINTAINER Jumpserver Team <ibuler@qq.com>
COPY
. /opt/jumpserver
WORKDIR
/opt/jumpserver
RUN
cp
config_example.py config.py
#RUN pip install -r requirements.txt -i https://pypi.doubanio.com/simple
RUN
rm
-f
db.sqlite3
&&
cd
utils
&&
sh make_migrations.sh
&&
sh init_db.sh
EXPOSE
8080
CMD
redis-server utils/redis.conf && python run_server.py
\ No newline at end of file
CMD
redis-server utils/redis.conf && python run_server.py
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment