Добавлены скрипты для запуска приложения на Linux

This commit is contained in:
2021-08-15 01:33:03 +03:00
parent a797890b73
commit 8d39ad1692
5 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
set echo off
export FLASK_APP=dyxless
export FLASK_ENV=development
flask run

View File

@@ -0,0 +1,6 @@
set echo off
export FLASK_APP=dyxless
flask run