Fix again
This commit is contained in:
parent
c872e8a159
commit
d5f34778e3
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ WORKDIR /app
|
|||
COPY package*.json ./
|
||||
RUN npm ci --silent
|
||||
|
||||
COPY index.html tsconfig.json vite.config.ts postcss.config.js tailwind.config.js ./
|
||||
COPY index.html index.tsx index.css tsconfig.json vite.config.ts postcss.config.js tailwind.config.js ./
|
||||
COPY src/ ./src/
|
||||
COPY components/ ./components/
|
||||
COPY hooks/ ./hooks/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue