Skip to content

Commit ecc12b0

Browse files
author
Mikhail Eremeev
authored
fix: specify correct shell path (#159)
PR Close #159
2 parents 61b0914 + 86b808c commit ecc12b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/docker-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22
python manage.py migrate --no-input
33
python manage.py collectstatic --no-input
44
python manage.py createsu
55

6-
exec "$@"
6+
exec "$@"

0 commit comments

Comments
 (0)