Skip to content

Commit

Permalink
Hardcode bash location
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Scherer <misc@redhat.com>
  • Loading branch information
mscherer committed Jan 12, 2023
1 parent 9edff1c commit 865a877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/backend/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
#SPDX-License-Identifier: MIT
set -e

Expand Down Expand Up @@ -43,4 +43,4 @@ if [[ -f /repos.csv ]]; then
augur db add-repos /repos.csv
fi

exec augur backend start
exec augur backend start

0 comments on commit 865a877

Please sign in to comment.