MOBILE-3005 docker: Remove ionic info from the script

main
Pau Ferrer Ocaña 2019-05-28 09:42:47 +02:00
parent a6f7feed92
commit eb01a001bc
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ COPY . /app
# Install npm libraries and run gulp to initialize the project.
RUN npm install && gulp && rm -rf /root/.npm
RUN ionic info
# Provide a Healthcheck command for easier use in CI.
HEALTHCHECK --interval=10s --timeout=3s --start-period=30s CMD curl -f http://localhost:8100 || exit 1