1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-28 10:42:06 +03:00

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

View File

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