Skip to content

Commit

Permalink
Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Marcelli committed Feb 7, 2020
1 parent 3120197 commit 5895bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ COPY --chown=ghidra:ghidra ghidra_plugins /opt/ghidra_plugins/
RUN mkdir /opt/ghidraaas/config
COPY --chown=ghidra:ghidra config/docker_config.json /opt/ghidraaas/config/config.json

ENTRYPOINT gunicorn -w 2 -b 0.0.0.0:8080 flask_api:app
ENTRYPOINT gunicorn -w 2 -t 300 -b 0.0.0.0:8080 flask_api:app

0 comments on commit 5895bd7

Please sign in to comment.