Skip to content
Snippets Groups Projects
Commit c958aa01 authored by Alex Ellis's avatar Alex Ellis
Browse files

Change NodeInfo namespace

parent 29b624d1
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
(cd gateway && ./armhf.build.sh)
(cd watchdog && ./armhf.build.sh)
(cd gateway && ./build.armhf.sh) && \
(cd watchdog && ./build.armhf.sh)
FROM armhf/alpine:latest
RUN apk --update add nodejs
COPY fwatchdog /usr/bin
RUN apk --no-cache add nodejs
COPY fwatchdog-armhf /usr/bin/fwatchdog
RUN chmod +x /usr/bin/fwatchdog
COPY package.json .
......
#!/bin/bash
docker build -f Dockerfile.armhf -t alexellis2/faas-nodeinfo:latest-armhf .
docker build -f Dockerfile.armhf -t functions/nodeinfo:latest-armhf .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment