5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/bin/bash
|
||
|
. venv/bin/activate
|
||
|
export PORT=8000
|
||
|
./app/main.py
|