Install JavaScript dependencies in release images
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
Dockerfile
Diff
1 file changed, +24 -1
Dockerfile modified +24 -1
@@ -16,6 +16,7 @@ ARG TAILWIND_VERSION=4.3.0
| 16 | 16 |
|
| 17 | 17 |
|
| 18 | 18 |
|
| 19 |
|
|
| 19 | 20 |
|
| 20 | 21 |
|
| 21 | 22 |
|
@@ -33,6 +34,8 @@ ARG TAILWIND_VERSION
| 33 | 34 |
|
| 34 | 35 |
|
| 35 | 36 |
|
| 37 |
|
|
| 38 |
|
|
| 36 | 39 |
|
| 37 | 40 |
|
| 38 | 41 |
|
@@ -45,9 +48,24 @@ RUN sed -i \
| 45 | 48 |
|
| 46 | 49 |
|
| 47 | 50 |
|
| 48 |
|
|
| 51 |
|
|
| 49 | 52 |
|
| 50 | 53 |
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 62 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 51 | 69 |
|
| 52 | 70 |
|
| 53 | 71 |
|
@@ -72,6 +90,11 @@ RUN mkdir config
| 72 | 90 |
|
| 73 | 91 |
|
| 74 | 92 |
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 75 | 98 |
|
| 76 | 99 |
|
| 77 | 100 |
|