Skip to content

Commit

Permalink
add config at end
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Busch committed Nov 9, 2015
1 parent 08f6490 commit 8c7ab06
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ RUN alias ll='ls -alG'
RUN npm install -g homebridge
RUN npm install -g homebridge-harmonyhub

RUN mkdir /root/.homebridge
ADD config.json /root/.homebridge/config.json

##################################################
# Start #
##################################################
Expand All @@ -65,5 +62,9 @@ EXPOSE 5353 51826

#CMD ["npm", "run", "start"]
ADD run.sh /root/run.sh

RUN mkdir /root/.homebridge
ADD config.json /root/.homebridge/config.json

CMD ["/root/run.sh"]

0 comments on commit 8c7ab06

Please sign in to comment.