1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-05 12:25:32 +01:00

Fixes int tests

This commit is contained in:
Amir Raminfar
2020-04-03 15:52:35 -07:00
parent f808926dbb
commit 73a8cd32cf
3 changed files with 13 additions and 6 deletions

8
integration/Dockerfile Normal file
View File

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