Skip to content

Commit

Permalink
aarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshbrown committed May 22, 2017
1 parent 6137cbb commit 50a8dc7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile-aarch64
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
FROM forumi0721alpineaarch64/alpine-aarch64-nodejs

ADD package.json package.json
RUN npm install
ADD . .

LABEL databox.type="arbiter"

EXPOSE 8080

CMD ["npm","start"]
#CMD ["sleep","99999"]

0 comments on commit 50a8dc7

Please sign in to comment.