diff --git a/Scripte/Dockerfile b/Scripte/Dockerfile index f65806e..7f08a7b 100644 --- a/Scripte/Dockerfile +++ b/Scripte/Dockerfile @@ -1,2 +1,3 @@ FROM node:12-alpine -RUN npm install -g gulp \ No newline at end of file +RUN npm install -g gulp +RUN npm install \ No newline at end of file