Update buildbot dir, added ../out, may be used with -v

This commit is contained in:
Lee Miller 2022-12-25 02:55:46 +02:00
parent ea3e4ad164
commit d54c84b228
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
2 changed files with 5 additions and 2 deletions

View File

@ -3,8 +3,9 @@ FROM node:16
RUN apt-get update
RUN apt-get install -yq --no-install-suggests --no-install-recommends xauth xvfb
RUN mkdir -p ../out
COPY . .
RUN npm install
CMD ["npm", "test"]
RUN npm audit fix

View File

@ -1,3 +1,5 @@
#!/bin/sh
npm test
cp package*.json ../out