Permalink
Please sign in to comment.
Browse files
fixes for waitress deployment issue that turned out to be a setup.py …
…installation issue
- Loading branch information...
Showing
with
6 additions
and 7 deletions.
- +1 −3 dockerstart.sh
- +3 −2 mementoembed/__init__.py
- +2 −2 setup.py
@@ -1,6 +1,4 @@ | ||
#!/bin/bash | ||
redis-server --daemonize yes --save "" | ||
# waitress-serve --port=5550 --call mementoembed:create_app | ||
export FLASK_APP=mementoembed | ||
flask run --host 0.0.0.0 --port 5550 | ||
waitress-serve --port=5550 --call mementoembed:create_app |
0 comments on commit
659f230