Explorar el Código

feat: add bash before entrypoint.sh in Dockerfile (#592)

tags/0.3.10
John Wang hace 2 años
padre
commit
b0091452ca
No account linked to committer's email address
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      api/Dockerfile
  2. 1
    1
      web/Dockerfile

+ 1
- 1
api/Dockerfile Ver fichero

@@ -27,4 +27,4 @@ RUN chmod +x /entrypoint.sh
ARG COMMIT_SHA
ENV COMMIT_SHA ${COMMIT_SHA}

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]

+ 1
- 1
web/Dockerfile Ver fichero

@@ -26,4 +26,4 @@ RUN chmod +x /entrypoint.sh
ARG COMMIT_SHA
ENV COMMIT_SHA ${COMMIT_SHA}

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]

Cargando…
Cancelar
Guardar