Update docker_entrypoint.sh to use /bin/bash
This commit is contained in:
parent
00ecf57b0f
commit
0b6064b7dd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
|
||||
DATA_DIR="${DATA_DIR:-/data}"
|
||||
ARCHIVEBOX_USER="${ARCHIVEBOX_USER:-archivebox}"
|
||||
|
|
Loading…
Reference in a new issue