Files
Homepage/Dockerfile.jenkins
Cameron Cordes d1aeb04e64
Some checks failed
Core Repos/Homepage/pipeline/head There was a failure building this commit
Trying to fix entrypoint
2020-04-20 19:31:48 -04:00

6 lines
92 B
Docker

FROM node:13.10-alpine
WORKDIR /app
RUN apk add --no-cache chromium
ADD . /app
CMD ["bash"]