Skip to content

Commit

Permalink
SSP-2863: CI jobs update (prebid#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
valsouche authored and github-baptiste-haudegand committed May 21, 2024
1 parent 3eb3b15 commit c2c2817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ WORKDIR /usr/src/app
# Install app dependencies
COPY package.json .

RUN yarn install
RUN npm install

COPY . .

EXPOSE 9999

CMD ["./run.sh"]

COPY . .
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker run --rm -i --privileged \
-v `pwd`:/var/www:rw \
-w /var/www \
${REG_URL}/npm-builder:node-6-qa \
sh -c "yarn install && \
sh -c "npm install && \
./node_modules/gulp/bin/gulp.js test
"

Expand Down

0 comments on commit c2c2817

Please sign in to comment.