add dockerfile for tests
This commit is contained in:
parent
b875739364
commit
55fc4b5ef5
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM node:16-alpine
|
||||
|
||||
WORKDIR /usr/app
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["yarn", "test"]
|
Loading…
Reference in New Issue
Block a user