update copy directories
This commit is contained in:
parent
2689a784d6
commit
b540b3f6d7
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM node:current-slim
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./ ./
|
||||
COPY ./package.json ./package-lock.json ./src/ ./
|
||||
|
||||
RUN npm install --omit=dev
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue