File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ COPY . /app
77RUN find . -type f -print0 | xargs -0 dos2unix
88RUN npm install --no-optional --production
99
10- RUN curl -L -o dicatejs.zip "https://github.com/Kaljurand/dictate.js/archive/master.zip" && unzip dicatejs.zip && rm dicatejs.zip
10+ RUN curl -L -o dicatejs.zip "https://github.com/Kaljurand/dictate.js/archive/master.zip" && unzip -o dicatejs.zip && rm dicatejs.zip
1111
1212EXPOSE 56100
1313
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "description" : " Unified Speech Processing" ,
55 "scripts" : {
6- "prepare" : " rm -rf ./dictate.js-master && curl -L -o dicatejs.zip \" https://github.com/Kaljurand/dictate.js/archive/master.zip\" && unzip dicatejs.zip && rm dicatejs.zip" ,
6+ "prepare" : " rm -rf ./dictate.js-master && curl -L -o dicatejs.zip \" https://github.com/Kaljurand/dictate.js/archive/master.zip\" && unzip -o dicatejs.zip && rm dicatejs.zip" ,
77 "start" : " node server.js"
88 },
99 "author" : " Botium GmbH" ,
You can’t perform that action at this time.
0 commit comments