Skip to content

Commit 29c1849

Browse files
committed
fix dockerfile
1 parent 7ca3fb7 commit 29c1849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /app
44
COPY package.json ./
55
COPY package-lock.json ./
66
COPY index.html ./
7+
COPY tsconfig.json ./
78
COPY vite.config.ts ./
89
COPY public ./public
910
COPY src ./src

0 commit comments

Comments
 (0)