diff --git a/Dockerfile b/Dockerfile index ef1d9d3..e137f48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM node:16.6-alpine as build WORKDIR /bonob COPY src ./src +COPY typings ./typings COPY web ./web COPY tests ./tests COPY jest.config.js .