add dockerfile for tests

This commit is contained in:
nflnkr 2022-12-03 23:46:27 +03:00
parent b875739364
commit 55fc4b5ef5

7
Dockerfile Normal file

@ -0,0 +1,7 @@
FROM node:16-alpine
WORKDIR /usr/app
COPY . .
CMD ["yarn", "test"]