mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-09 22:57:24 +00:00
nest cli
This commit is contained in:
@ -5,6 +5,7 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
RUN npm install -g @nestjs/cli
|
||||
|
||||
COPY . .
|
||||
|
||||
|
Reference in New Issue
Block a user