1
0
Fork 0
mirror of synced 2024-06-01 18:20:20 +12: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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