Trying to fix entrypoint
Some checks failed
Core Repos/Homepage/pipeline/head There was a failure building this commit

This commit is contained in:
Cameron Cordes
2020-04-20 19:31:48 -04:00
parent 4f87f6fb3f
commit d1aeb04e64

View File

@@ -2,4 +2,4 @@ FROM node:13.10-alpine
WORKDIR /app WORKDIR /app
RUN apk add --no-cache chromium RUN apk add --no-cache chromium
ADD . /app ADD . /app
ENTRYPOINT npm install && /app/node_modules/.bin/ng test --watch=false --progress=false --browsers=ChomeHeadlessCI CMD ["bash"]