culturered_client/PhotoPrintServer/run.bat

6 lines
122 B
Batchfile
Raw Normal View History

2024-09-07 03:34:44 +00:00
CALL venv\Scripts\activate
@echo off
set FLASK_APP=main.py
set FLASK_ENV=development
flask run --host=0.0.0.0 --port=5000