Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
geoserver
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
backend
geoserver
Commits
0b67c75f
Commit
0b67c75f
authored
Jan 08, 2020
by
胡凯旋
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'hkx/feature/rpc-method-header' into 'test'
update dockerfile See merge request
!23
parents
cb6dfedc
174461db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
0b67c75f
...
...
@@ -43,12 +43,12 @@ RUN apk add --no-cache --virtual .build-deps \
COPY
. /srv/apps/geoserver/
WORKDIR
/srv/apps/geoserver/
RUN
cat
requirements.txt |
grep
master
>
/tmp/gm-requirements.txt
\
&&
pip
install
--no-deps
--upgrade
-i
http://mirrors.aliyun.com/pypi/simple/
--trusted-host
mirrors.aliyun.com
-r
/tmp/gm-requirements.txt
\
&&
apk del .build-deps
WORKDIR
/srv/apps/geoserver/
ENV
GM_RPCD_DEPLOY_CONF_PATH "/srv/apps/geoserver/deploy_conf.xml"
CMD
gunicorn gm_rpcd.wsgi:application -w 5 -k gevent -b 0.0.0.0:8000 --access-logfile /data/log/geoserver/app/gunicorn_access.log --error-logfile /data/log/geoserver/app/gunicorn_error.log
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