We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51bab1 commit 67aa84bCopy full SHA for 67aa84b
.docker/Dockerfile.alpine
@@ -73,7 +73,7 @@ COPY --from=build /usr/src/node-red/prod_node_modules ./node_modules
73
# Chown, install devtools & Clean up
74
RUN chown -R node-red:node-red /usr/src/node-red && \
75
/tmp/install_devtools.sh && \
76
- rm /tmp/* && \
+ rm -r /tmp/* && \
77
rm /usr/bin/qemu-$QEMU_ARCH-static
78
79
USER node-red
docker-custom/Dockerfile.custom
@@ -67,7 +67,7 @@ COPY --from=build /usr/src/node-red/prod_node_modules ./node_modules
67
68
69
70
- rm /tmp/*
+ rm -r /tmp/*
71
72
0 commit comments