Update Dockerfile

This commit is contained in:
Andre
2019-02-28 22:39:04 +01:00
committed by GitHub
parent 22ea1df41a
commit 4010c68e20

View File

@@ -56,7 +56,7 @@ RUN apt-get update \
# Install node-gyp
WORKDIR /opt/iobroker/
RUN sudo npm install -g node-gyp
RUN npm install -g node-gyp
# Backup initial ioBroker-folder
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker