mirror of
https://github.com/outbackdingo/onvif2mqtt.git
synced 2026-01-27 10:19:48 +00:00
asleep at the wheel; && not ;
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user