mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Add types to Dockerfile
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user