Commit 649e179
fix: Docker build — install tailwindcss in /tmp to avoid Deno conflict
npm install in /app conflicts with Deno's node_modules/.deno structure.
Install tailwindcss + CLI in /tmp and invoke the binary directly,
bypassing both npx and the conflicting node_modules.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 20f9393 commit 649e179
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| |||
0 commit comments