6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source venv/bin/activate
|
|
cd messenger_app
|
|
uvicorn app.main:app --reload
|