Browse Source

Use bash shebang

alpine
Luke Childs 5 years ago
parent
commit
273a3c9684
  1. 2
      entrypoint

2
entrypoint

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
seed=$1

Loading…
Cancel
Save