From 8deb347812eb75cfc1866e91c8ff47137deb0783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20V=C3=A1rady?= Date: Tue, 29 Oct 2024 13:56:56 +0100 Subject: [PATCH] docker: do not depend on bash in entrypoint.sh Preparation for a minimal Alpine-based image. --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 844728d..cfa268b 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env sh set -eux