Отказ от докера и хероку

This commit is contained in:
2021-08-18 18:30:57 +03:00
parent b81378424f
commit 4e4eb9bfed
9 changed files with 8 additions and 109 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
set echo off
export FLASK_APP=dyxless
export FLASK_ENV=development
gunicorn --bind 0.0.0.0:5000 dyxless.__init__:app