This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
Watch
1
Star
0
Fork
You've already forked cr-connect-workflow
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1e8a095760
cr-connect-workflow
/
run.py
4 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
fixing run.
2019-12-18 19:06:33 +00:00
from
crc
import
app
Adds basic Flask, Connexion, and SpiffWorkflow structure
2019-11-19 20:57:46 +00:00
if
__name__
==
"
__main__
"
:
creates a Dockerfile and updates the run.py script to run the service on the public network interface instead of the local
2019-11-22 14:28:07 +00:00
app
.
run
(
host
=
'
0.0.0.0
'
)