remove_dev_server

This commit is contained in:
ahmed531998 2023-04-07 01:24:56 +02:00
parent dd4a2a77e0
commit 5f8d3ae077
1 changed files with 2 additions and 2 deletions

View File

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