mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-07-16 12:21:51 -04:00
few more docker clean ups to make smaller size
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
parent
ec3e06e37f
commit
b1876f0fcf
@ -171,7 +171,9 @@ RUN case "$INCLUDE_MARIADB_TOOLS" in \
|
|||||||
|
|
||||||
# install dependencies from package.json
|
# install dependencies from package.json
|
||||||
RUN cd meshcentral && \
|
RUN cd meshcentral && \
|
||||||
npm install
|
npm install && \
|
||||||
|
npm cache clean --force && \
|
||||||
|
rm -rf /root/ /tmp/
|
||||||
|
|
||||||
# Expose needed ports
|
# Expose needed ports
|
||||||
EXPOSE 80 443
|
EXPOSE 80 443
|
||||||
|
Loading…
x
Reference in New Issue
Block a user