1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-10 16:46:40 +02:00

Update docker_entrypoint.sh to use /bin/bash

This commit is contained in:
Nick Sweeting
2023-08-22 16:35:43 -07:00
committed by GitHub
parent 00ecf57b0f
commit 0b6064b7dd

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
DATA_DIR="${DATA_DIR:-/data}"
ARCHIVEBOX_USER="${ARCHIVEBOX_USER:-archivebox}"