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
Valentin authored and github-ishara-chan-tung committed Jun 14, 2023
1 parent b3d929d commit 2e22f4d
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 2e22f4d

Please sign in to comment.