mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-06-20 01:55:19 +00:00
refactor(repo): add import DefineNuxtConfig
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ WORKDIR /build
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm ci && npm run build && npm cache clean --force
|
||||
RUN npm cache clean --force && npm ci && npm run build
|
||||
|
||||
# Stage 2: Run the application
|
||||
FROM node:${NODE_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user