use npm install instead ci
This commit is contained in:
parent
5bfb3d47e4
commit
d8236e82b9
1 changed files with 2 additions and 3 deletions
|
|
@ -22,8 +22,7 @@ FROM base-node AS build-main
|
|||
# Copy package files
|
||||
COPY website/package.json website/package-lock.json* ./
|
||||
|
||||
# Install dependencies
|
||||
RUN npm ci --include=dev
|
||||
RUN npm install
|
||||
|
||||
# Copy source files
|
||||
COPY website/. ./
|
||||
|
|
@ -84,4 +83,4 @@ COPY --from=build-websocket /websocket/package.json ./package.json
|
|||
|
||||
USER node
|
||||
EXPOSE 8080
|
||||
CMD ["bun", "run", "dist/main.js"]
|
||||
CMD ["bun", "run", "dist/main.js"]
|
||||
Reference in a new issue