From 0b6064b7dd09a8355437364bc6627919d26c1fa5 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 22 Aug 2023 16:35:43 -0700 Subject: [PATCH] Update docker_entrypoint.sh to use /bin/bash --- bin/docker_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/docker_entrypoint.sh b/bin/docker_entrypoint.sh index 0d61337b..62ec7cfb 100755 --- a/bin/docker_entrypoint.sh +++ b/bin/docker_entrypoint.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash DATA_DIR="${DATA_DIR:-/data}" ARCHIVEBOX_USER="${ARCHIVEBOX_USER:-archivebox}"