Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit 7737cb3

Browse files
Add missing files in bundle
1 parent 0898049 commit 7737cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ WORKDIR /usr/src/app
66

77
COPY package.json ./
88
COPY tsconfig.json ./
9-
COPY src ./
9+
COPY src ./src
10+
COPY index.ts ./
1011

1112
RUN npm install
1213

0 commit comments

Comments
 (0)