diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-10 10:37:16 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-10 10:37:16 +0200 |
commit | 904a463c7792837f0a468a522a28448323e48593 (patch) | |
tree | 3f88fd6b53a13d77f1cec027683b68f9e9032eef /support | |
parent | e5095ca55a9e3238d979fe3c6e0f246bba612c8e (diff) | |
download | PeerTube-904a463c7792837f0a468a522a28448323e48593.tar.gz PeerTube-904a463c7792837f0a468a522a28448323e48593.tar.zst PeerTube-904a463c7792837f0a468a522a28448323e48593.zip |
Fix dockerfile
Diffstat (limited to 'support')
-rw-r--r-- | support/docker/production/Dockerfile.stretch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/docker/production/Dockerfile.stretch b/support/docker/production/Dockerfile.stretch index 370d17cff..911d064f6 100644 --- a/support/docker/production/Dockerfile.stretch +++ b/support/docker/production/Dockerfile.stretch | |||
@@ -57,7 +57,7 @@ USER peertube | |||
57 | RUN yarn install --pure-lockfile \ | 57 | RUN yarn install --pure-lockfile \ |
58 | && npm run build \ | 58 | && npm run build \ |
59 | && rm -r ./node_modules ./client/node_modules \ | 59 | && rm -r ./node_modules ./client/node_modules \ |
60 | && yarn install --pure-lockfile --production | 60 | && yarn install --pure-lockfile --production \ |
61 | && yarn cache clean | 61 | && yarn cache clean |
62 | 62 | ||
63 | USER root | 63 | USER root |