Skip to content

Commit 372beb3

Browse files
committed
Hopefully fix rollup installation
1 parent 4e941fd commit 372beb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Dockerfile.prod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2727
uv sync --locked --no-install-project --no-editable
2828

2929
COPY Makefile Makefile
30+
COPY eventyay/static/npm_dir eventyay/static/node_prefix
31+
RUN npm install --prefix=eventyay/static/node_prefix
3032
# global-nav-menu
3133
COPY eventyay/frontend/global-nav-menu eventyay/frontend/global-nav-menu
3234
RUN npm ci --prefix=eventyay/frontend/global-nav-menu

0 commit comments

Comments
 (0)