Skip to content

Commit

Permalink
Update docker_entrypoint.sh to use /bin/bash
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate authored Aug 22, 2023
1 parent 00ecf57 commit 0b6064b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker_entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash

DATA_DIR="${DATA_DIR:-/data}"
ARCHIVEBOX_USER="${ARCHIVEBOX_USER:-archivebox}"
Expand Down

0 comments on commit 0b6064b

Please sign in to comment.