linklogger/docker_start.sh
2024-11-15 23:17:38 -06:00

6 lines
112 B
Bash
Executable File

#!/bin/bash
# Start nginx in the background
service nginx start
# Run the Python script
python -u linklogger.py