Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CNaaS
mist-argus-run
Commits
b2741c50
Commit
b2741c50
authored
Mar 16, 2021
by
Morten Brekkevold
Browse files
Deploy master branch instead.
parent
dab34dd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
b2741c50
FROM
python:3.8
RUN
pip
install
gunicorn
RUN
pip
install
gunicorn git+https://scm.uninett.no/cnaas/mist-argus.git@
reorganize
RUN
pip
install
gunicorn git+https://scm.uninett.no/cnaas/mist-argus.git@
master
CMD
["gunicorn", "--log-level=debug", "--bind", "0.0.0.0:8000", "mist_argus.webhook:app"]
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