1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00
Files
dozzle/integration/Dockerfile
Amir Raminfar 73a8cd32cf Fixes int tests
2020-04-03 15:52:35 -07:00

9 lines
166 B
Docker

FROM amir20/docker-alpine-puppeteer:edge
COPY --chown=pptruser:pptruser package*.json /app/
RUN npm ci
COPY --chown=pptruser:pptruser . /app/
CMD [ "npm", "test"]