Skip to content

Commit

Permalink
docker: do not depend on bash in entrypoint.sh
Browse files Browse the repository at this point in the history
Preparation for a minimal Alpine-based image.
  • Loading branch information
MrAnno committed Nov 1, 2024
1 parent a2d91ef commit 8deb347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env sh

set -eux

Expand Down

0 comments on commit 8deb347

Please sign in to comment.