projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b04eabb
)
Clean yarn cache after install in docker
author
Chocobozzz
<me@florianbigard.com>
Thu, 9 Aug 2018 17:34:39 +0000
(19:34 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 9 Aug 2018 17:34:39 +0000
(19:34 +0200)
support/docker/production/Dockerfile.stretch
patch
|
blob
|
history
diff --git
a/support/docker/production/Dockerfile.stretch
b/support/docker/production/Dockerfile.stretch
index 7367721f4b6c2e02a1edc5c365f5f2fbd95b5210..370d17cff5f620a0c5c6d1004105bac9b46d19d7 100644
(file)
--- a/
support/docker/production/Dockerfile.stretch
+++ b/
support/docker/production/Dockerfile.stretch
@@
-58,6
+58,7
@@
RUN yarn install --pure-lockfile \
&& npm run build \
&& rm -r ./node_modules ./client/node_modules \
&& yarn install --pure-lockfile --production
+ && yarn cache clean
USER root