Skip to content

Commit c2db9a8

Browse files
committed
fix dockerfile
1 parent ad0be9b commit c2db9a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

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

0 commit comments

Comments
 (0)