@@ -17,9 +17,6 @@ RUN set -eux \
&& apk update \
&& apk add --no-cache tzdata bash nginx gettext
-# https://stackoverflow.com/a/46670119/8507338
-RUN rm /bin/sh && ln -s /bin/bash /bin/sh
-
COPY ./heroku/startup.sh /
RUN chmod +x /startup.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#===================================================================#
# Author: luolongfei <[email protected]> #