mirror of
https://github.com/Llloooggg/Dyxless.git
synced 2026-03-06 10:46:24 +03:00
Добавлены скрипты для запуска приложения на Linux
This commit is contained in:
8
runscripts/linux/startserverdev.sh
Normal file
8
runscripts/linux/startserverdev.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set echo off
|
||||
|
||||
export FLASK_APP=dyxless
|
||||
export FLASK_ENV=development
|
||||
|
||||
flask run
|
||||
Reference in New Issue
Block a user