ff hace 3 años
padre
commit
32e814ee91
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Dockerfile.heroku

+ 1 - 0
Dockerfile.heroku

@@ -20,4 +20,5 @@ RUN set -eux \
 COPY ./heroku/startup.sh /
 RUN chmod +x /startup.sh
 
+# https://devcenter.heroku.com/articles/container-registry-and-runtime#dockerfile-commands-and-runtime
 CMD ["/bin/bash", "-c", "/startup.sh"]