Skip to content

Commit f77c4d6

Browse files
committed
fix dockerfile
1 parent c2db9a8 commit f77c4d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ WORKDIR /app
44
COPY package.json ./
55
COPY package-lock.json ./
66
COPY index.html ./
7-
COPY vite.config.js ./
8-
COPY ../public ./public
9-
COPY ../src ./src
7+
COPY vite.config.ts ./
8+
COPY public ./public
9+
COPY src ./src
1010
RUN npm install
1111
RUN npm run build
1212

0 commit comments

Comments
 (0)