Remove c from ci due to lock file issues
This commit is contained in:
parent
606c1dff53
commit
e479439bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM node:23-alpine
|
|||
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
RUN npm i
|
||||
COPY . .
|
||||
RUN npm run format && npm run build
|
||||
EXPOSE 3000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue