diff --git a/.travis.yml b/.travis.yml index 87276657..bf6ac436 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ before_install: - docker-compose up -d - docker ps -a +install: true + before_script: # Install dependencies in the app container - docker-compose exec -T app composer self-update diff --git a/Dockerfile b/Dockerfile index 8ba98119..654a4090 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ COPY package.json package-lock.json ./ RUN npm install --production RUN npm rebuild node-sass RUN npm install pm2 -g -RUN npm install local-ssl-proxy +# RUN npm install local-ssl-proxy COPY index.js ecosystem.json ./ COPY --from=build /usr/src/app/dist ./dist # for reg production