Setup Jenkins Dockerfile for unit tests
Some checks failed
Core Repos/Homepage/pipeline/head There was a failure building this commit
Some checks failed
Core Repos/Homepage/pipeline/head There was a failure building this commit
This commit is contained in:
5
Dockerfile.jenkins
Normal file
5
Dockerfile.jenkins
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM node:13.10-alpine
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache chromium
|
||||
ADD . /app
|
||||
ENTRYPOINT npm install && /app/node_modules/.bin/ng test --watch=false --progress=false --browsers=ChomeHeadlessCI
|
||||
Reference in New Issue
Block a user