We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca3fb7 commit 29c1849Copy full SHA for 29c1849
docker/Dockerfile
@@ -4,6 +4,7 @@ WORKDIR /app
4
COPY package.json ./
5
COPY package-lock.json ./
6
COPY index.html ./
7
+COPY tsconfig.json ./
8
COPY vite.config.ts ./
9
COPY public ./public
10
COPY src ./src
0 commit comments