production_server

This commit is contained in:
ahmed531998 2023-04-07 17:45:39 +02:00
parent 567ea23583
commit 1af9eb32f2
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ FROM node:16-alpine as build
WORKDIR /app
COPY package*.json .
COPY package.json .
COPY package-lock.json .
RUN npm install