OhMyDitzzy
commited on
Commit
·
b0ec244
1
Parent(s):
6d9f36a
Fix: docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ COPY vite.config.ts ./
|
|
| 8 |
COPY tailwind.config.ts ./
|
| 9 |
COPY postcss.config.js ./
|
| 10 |
|
| 11 |
-
RUN npm
|
| 12 |
|
| 13 |
COPY src ./src
|
| 14 |
COPY components.json ./
|
|
|
|
| 8 |
COPY tailwind.config.ts ./
|
| 9 |
COPY postcss.config.js ./
|
| 10 |
|
| 11 |
+
RUN npm install
|
| 12 |
|
| 13 |
COPY src ./src
|
| 14 |
COPY components.json ./
|