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 ad0be9b commit c2db9a8Copy full SHA for c2db9a8
docker/Dockerfile
@@ -5,8 +5,8 @@ COPY package.json ./
5
COPY package-lock.json ./
6
COPY index.html ./
7
COPY vite.config.js ./
8
-COPY ./public ./public
9
-COPY ./src ./src
+COPY ../public ./public
+COPY ../src ./src
10
RUN npm install
11
RUN npm run build
12
0 commit comments