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:
8
integration/Dockerfile
Normal file
8
integration/Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user