Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
webservices
cern-search
cern-search-rest-api
Commits
35142e2c
Commit
35142e2c
authored
Feb 06, 2019
by
Pablo Panero
Browse files
docker: remove manage-user script, it is handled by the base image
parent
b2f326d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
35142e2c
...
...
@@ -52,4 +52,4 @@ ENV UWSGI_THREADS ${UWSGI_THREADS:-2}
EXPOSE
5000
CMD
["/bin/sh", "-c", "/${WORKING_DIR}/src/scripts/manage-user.sh && uwsgi --module ${UWSGI_WSGI_MODULE} --socket 0.0.0.0:${UWSGI_PORT} --master --processes ${UWSGI_PROCESSES} --threads ${UWSGI_THREADS} --stats /tmp/stats.socket"]
\ No newline at end of file
CMD
["/bin/sh", "-c", "uwsgi --module ${UWSGI_WSGI_MODULE} --socket 0.0.0.0:${UWSGI_PORT} --master --processes ${UWSGI_PROCESSES} --threads ${UWSGI_THREADS} --stats /tmp/stats.socket"]
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment