Fix dockerfile
This commit is contained in:
parent
e5095ca55a
commit
904a463c77
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ USER peertube
|
||||||
RUN yarn install --pure-lockfile \
|
RUN yarn install --pure-lockfile \
|
||||||
&& npm run build \
|
&& npm run build \
|
||||||
&& rm -r ./node_modules ./client/node_modules \
|
&& rm -r ./node_modules ./client/node_modules \
|
||||||
&& yarn install --pure-lockfile --production
|
&& yarn install --pure-lockfile --production \
|
||||||
&& yarn cache clean
|
&& yarn cache clean
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
Loading…
Reference in a new issue