Skip to content

Commit f378858

Browse files
committed
Refactor Dockerfile to install serve globally and update npm dependencies
1 parent fccbf8b commit f378858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Framework/nuxt3/v3.13/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ chmod -R +x /home/devbox/project/entrypoint.sh
1010

1111
USER devbox
1212
RUN cd /home/devbox/project && \
13+
npm install && \
1314
pnpm run build
1415

1516
RUN mkdir -p /home/devbox/.devbox

0 commit comments

Comments
 (0)