Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
enable docker hub builds for Raspberry Pi
Browse files Browse the repository at this point in the history
  • Loading branch information
ma314smith committed Dec 28, 2016
1 parent 6f1be16 commit ca65a90
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile-rpi
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
#
# VERSION 0.2.1

FROM hypriot/rpi-node:4
FROM ma314smith/rpi2-node-qemu:4
MAINTAINER Matteo Collina <[email protected]>

RUN [ "cross-build-start" ]

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app/

Expand All @@ -19,3 +21,5 @@ EXPOSE 80
EXPOSE 1883

ENTRYPOINT ["/usr/src/app/bin/mosca", "-d", "/db", "--http-port", "80", "--http-bundle", "-v"]

RUN [ "cross-build-end" ]

0 comments on commit ca65a90

Please sign in to comment.