Correct the shebang for the container run script

This commit is contained in:
Andreas Zweili 2022-11-28 22:51:03 +01:00
parent 6ba4acb17a
commit 3dccf76aeb
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ -f .second_run ]; then
sleep 2
python manage.py collectstatic --noinput