Исправлены скрипты запуска

This commit is contained in:
2021-08-15 04:17:49 +03:00
parent b7748dc9e6
commit 9fb2a673d2
3 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
### Запуск приложения
На Windows запускать через:
```
runscripts/windows/startserverdev.bat
runscripts/windows/startserver.bat
```
На Linux через:
```

View File

@@ -1,6 +1,7 @@
#!/bin/bash
set echo off
export FLASK_APP=dyxless
flask run --host=0.0.0.0 --port=80
flask run

View File

@@ -3,4 +3,4 @@
set FLASK_APP=dyxless
flask run --host=0.0.0.0 --port=80
flask run