ff 3 lat temu
rodzic
commit
7c0347931e
2 zmienionych plików z 1 dodań i 4 usunięć
  1. 0 3
      Dockerfile.heroku
  2. 1 1
      heroku/startup.sh

+ 0 - 3
Dockerfile.heroku

@@ -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 - 1
heroku/startup.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 #===================================================================#
 #   Author: luolongfei <[email protected]>                         #