Need bash for pipefail

This commit is contained in:
Christopher Hoskin
2019-10-25 11:21:24 +01:00
parent d04df4ed75
commit c1eca448c5

View File

@@ -23,6 +23,6 @@ COPY --from=app /app /app
WORKDIR /app
RUN chmod 0755 ./install_deps.sh && ./install_deps.sh
ENTRYPOINT ["/bin/sh", "entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "entrypoint.sh"]
CMD ["node", "--expose-gc", "app.js"]