mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-25 14:32:05 +00:00
update dockerfile
This commit is contained in:
parent
dc4c37afb6
commit
0979480103
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
system
|
@ -6,6 +6,7 @@ MAINTAINER Jumpserver Team <ibuler@qq.com>
|
|||||||
COPY . /opt/jumpserver
|
COPY . /opt/jumpserver
|
||||||
WORKDIR /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 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
|
RUN rm -f db.sqlite3 && cd utils && sh make_migrations.sh && sh init_db.sh
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
Loading…
Reference in New Issue
Block a user