Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
perf: reduce docker image layers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigecat committed Aug 26, 2020
1 parent b1256a7 commit 56d2bdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
@@ -1,8 +1,7 @@
FROM node:12

WORKDIR /plexi
COPY package.json /plexi
COPY package-lock.json /plexi
COPY package*.json /plexi/
RUN npm ci
COPY . /plexi

Expand Down

0 comments on commit 56d2bdc

Please sign in to comment.