Update docker-entrypoint.sh

Improvement shebang
This commit is contained in:
triviere 2017-07-25 01:06:21 +02:00 committed by GitHub
parent 466a61bac6
commit c9c4089644
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
# usage: file_env VAR [DEFAULT]