Once more
This commit is contained in:
parent
d5f34778e3
commit
7cd42451dd
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ WORKDIR /app
|
|||
COPY package*.json ./
|
||||
RUN npm ci --silent
|
||||
|
||||
COPY index.html index.tsx index.css tsconfig.json vite.config.ts postcss.config.js tailwind.config.js ./
|
||||
COPY index.html index.tsx index.css App.tsx constants.ts types.ts ./
|
||||
COPY 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