asleep at the wheel; && not ;

This commit is contained in:
John Wice
2020-05-11 22:53:39 -04:00
parent c6b02ab317
commit 744aca72a6

View File

@@ -3,6 +3,6 @@ FROM node:12.16.1
WORKDIR /onvif2mqtt
ADD . /onvif2mqtt
RUN npm install; npm run build
RUN npm install && npm run build
CMD npm start