Update Dockerfile

This commit is contained in:
andre
2019-02-27 20:58:18 +01:00
parent 13a511f875
commit 9656527db4

View File

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