From eb01a001bc295f9324a838789879ab5ecce30b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Tue, 28 May 2019 09:42:47 +0200 Subject: [PATCH] MOBILE-3005 docker: Remove ionic info from the script --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 29b541eb6..d7a27002c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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