mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Fix build
This commit is contained in:
@@ -3,6 +3,7 @@ FROM node:16.6-alpine as build
|
|||||||
WORKDIR /bonob
|
WORKDIR /bonob
|
||||||
|
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
|
COPY docs ./docs
|
||||||
COPY typings ./typings
|
COPY typings ./typings
|
||||||
COPY web ./web
|
COPY web ./web
|
||||||
COPY tests ./tests
|
COPY tests ./tests
|
||||||
|
|||||||
Reference in New Issue
Block a user