fix(ci): use npm ci with legacy-peer-deps in Dockerfiles & add workflow_dispatch & fix list styles
This commit is contained in:
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN npm install
|
||||
RUN npm ci --legacy-peer-deps
|
||||
|
||||
# We only need the socket server and dependencies
|
||||
COPY socket-server.ts ./
|
||||
|
||||
Reference in New Issue
Block a user