Skip to content
Snippets Groups Projects
Commit a26dd48b authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

default gunicorn cmd

parent c605c80a
No related branches found
No related tags found
1 merge request!110Analysis as galaxy invocation
Pipeline #107081 passed
......@@ -33,4 +33,5 @@ COPY . ./
EXPOSE 8000
CMD ["./scripts/start.sh"]
# CMD ["./scripts/start.sh"]
CMD ["gunicorn", "--timeout", "120", "--bind", ":8000", "server.wsgi:application"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment