mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
5 lines
98 B
Bash
Executable File
5 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Starting application"
|
|
python /home/ubuntu/notifications-admin/app.py runserver
|