Dockerfile: optimize copying a bit

This commit is contained in:
Patrik Oldsberg
2020-03-31 00:51:34 +02:00
parent afb77c8823
commit ae3d5ffe9d
+2 -1
View File
@@ -8,7 +8,8 @@ COPY plugins /app/plugins
RUN yarn
COPY . .
COPY lerna.json tsconfig.json .eslintignore .eslintrc.js /app/
COPY scripts/ /app/scripts
RUN yarn build