This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
Watch
1
Star
0
Fork
0
You've already forked cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
synced
2025-02-22 20:58:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cr-connect-workflow
/
run.py
4 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
fixing run.
2019-12-18 14:06:33 -05:00
from
crc
import
app
Adds basic Flask, Connexion, and SpiffWorkflow structure
2019-11-19 15:57:46 -05: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 09:28:07 -05:00
app
.
run
(
host
=
'
0.0.0.0
'
)
Reference in New Issue
Copy Permalink