ff 3 سال پیش
والد
کامیت
c4d42beb73
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      Dockerfile.heroku

+ 3 - 0
Dockerfile.heroku

@@ -16,6 +16,9 @@ RUN set -eux \
     && apk update \
     && apk add --no-cache tzdata bash nginx
 
+# https://stackoverflow.com/a/46670119/8507338
+RUN rm /bin/sh && ln -s /bin/bash /bin/sh
+
 VOLUME ["/conf", "/app/logs"]
 
 COPY heroku/startup.sh ./