OhMyDitzzy
commited on
Commit
·
229c8e2
1
Parent(s):
8257c79
Fix: docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,11 +7,11 @@ COPY tsconfig.json ./
|
|
| 7 |
COPY vite.config.ts ./
|
| 8 |
COPY tailwind.config.ts ./
|
| 9 |
COPY postcss.config.js ./
|
| 10 |
-
COPY _build/ ./
|
| 11 |
|
| 12 |
RUN npm install
|
| 13 |
|
| 14 |
COPY src ./src
|
|
|
|
| 15 |
COPY components.json ./
|
| 16 |
|
| 17 |
RUN npx tsx _build/script.ts
|
|
|
|
| 7 |
COPY vite.config.ts ./
|
| 8 |
COPY tailwind.config.ts ./
|
| 9 |
COPY postcss.config.js ./
|
|
|
|
| 10 |
|
| 11 |
RUN npm install
|
| 12 |
|
| 13 |
COPY src ./src
|
| 14 |
+
COPY _build/ ./_build
|
| 15 |
COPY components.json ./
|
| 16 |
|
| 17 |
RUN npx tsx _build/script.ts
|