This commit is contained in:
Ammar Qaffaf
2024-03-11 18:59:24 -04:00
parent c264ad521e
commit 404a701337

View File

@ -5,6 +5,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm install
RUN npm install -g @nestjs/cli
COPY . .