Skip to content
Snippets Groups Projects
Commit abddea96 authored by ale's avatar ale
Browse files

Install feedbackloop tool wrapper

parent a6a892de
Branches
No related tags found
No related merge requests found
......@@ -12,3 +12,4 @@ WORKDIR /tmp/src
RUN python3 setup.py install
COPY conf/ /etc/
COPY feedbackloop.sh /usr/local/bin/feedbackloop
#!/bin/sh
exec flask --app feedbackloop.main "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment