mirror of
https://github.com/falk-werner/webfuse-example
synced 2024-10-27 20:44:09 +00:00
fixed cleanup of temporary npm directories
This commit is contained in:
parent
c56473ddc1
commit
c8bf09793e
@ -141,7 +141,7 @@ RUN set -x \
|
||||
&& cd /usr/local/src/www \
|
||||
&& npm update --no-save \
|
||||
&& npm run build \
|
||||
&& rm -rf /tmp/nmp-* \
|
||||
&& rm -rf /tmp/npm-* \
|
||||
&& rm -rf /tmp/v8-* \
|
||||
&& mkdir -p /var/www \
|
||||
&& cp -r ./dist/. /var/www/ \
|
||||
|
Loading…
Reference in New Issue
Block a user