change to install with package.json
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 6s
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 6s
This commit is contained in:
@@ -8,7 +8,7 @@ RUN apk add --no-cache python3 make g++ git
|
||||
# Install deps
|
||||
COPY package*.json ./
|
||||
# If you have a package-lock.json, this will be deterministic.
|
||||
RUN npm ci
|
||||
RUN npm install
|
||||
|
||||
# Copy source + build
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user