From 17f837eee765afa68af155da43a84322dcb91284 Mon Sep 17 00:00:00 2001 From: Brian Wald Date: Sat, 9 Feb 2019 13:11:34 +0000 Subject: Resolve NPM failures with certain Optional or Peer dependencies --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 7c7c38c..c2f6c33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,10 +6,10 @@ RUN npm install npm-install-peers cheerio # Don't let Rubygem fail with the numerous projects using PG or MySQL, install realpath RUN apt-get update && apt-get install -y libpq-dev libmysqlclient-dev realpath && rm -rf /var/lib/apt/lists/* -COPY run.sh html2json.js / -COPY test /test - # Don't load RVM automatically, it doesn't work with GitLab-CI RUN mv /etc/profile.d/rvm.sh /rvm.sh +COPY test /test +COPY run.sh html2json.js / + ENTRYPOINT ["/run.sh"] -- cgit v1.2.3