From 89accef1e6f8e2b702936ff9e17f768550d47f99 Mon Sep 17 00:00:00 2001 From: simojenki Date: Mon, 30 Aug 2021 12:11:36 +1000 Subject: [PATCH] Fix build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index fc94504..a1953f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM node:16.6-alpine as build WORKDIR /bonob COPY src ./src +COPY docs ./docs COPY typings ./typings COPY web ./web COPY tests ./tests