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