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
a7473762
Commit
a7473762
authored
Mar 08, 2021
by
Morten Brekkevold
Browse files
Slightly modify URL to mist-argus code
Not sure this will work with the access levels in Gitlab
parent
0474f25e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
a7473762
FROM
python:3.8
RUN
pip
install
gunicorn
RUN
pip
install
gunicorn git+
git@
scm.uninett.no
:
cnaas/mist-argus
-run
.git@reorganize
RUN
pip
install
gunicorn git+
https://
scm.uninett.no
/
cnaas/mist-argus.git@reorganize
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