aboutsummaryrefslogtreecommitdiff
path: root/docker_start.sh
blob: a2a0f44fb00ee4c94bc08b2e382980275a2c8199 (plain)
1
2
3
4
5
6
#!/bin/bash
# Start nginx in the background
service nginx start

# Run the Python script
python -u linklogger.py