salix/e2e/Dockerfile

7 lines
78 B
Docker

FROM front
WORKDIR /salix
COPY e2e e2e
CMD ["node", "e2e/helpers/tests.js"]