We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccbf8b commit f378858Copy full SHA for f378858
Framework/nuxt3/v3.13/Dockerfile
@@ -10,6 +10,7 @@ chmod -R +x /home/devbox/project/entrypoint.sh
10
11
USER devbox
12
RUN cd /home/devbox/project && \
13
+npm install && \
14
pnpm run build
15
16
RUN mkdir -p /home/devbox/.devbox
0 commit comments