use npm i istead of ci
All checks were successful
Deploy SvelteKit / deploy (push) Successful in 1m30s
All checks were successful
Deploy SvelteKit / deploy (push) Successful in 1m30s
This commit is contained in:
parent
8af393095a
commit
d944716309
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ WORKDIR /app
|
||||||
|
|
||||||
# Install deps for build
|
# Install deps for build
|
||||||
COPY package*.json .
|
COPY package*.json .
|
||||||
RUN npm ci
|
RUN npm i
|
||||||
|
|
||||||
# Copy source and build
|
# Copy source and build
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue