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

Port NodeInfo to ARM64


Signed-off-by: default avatarAlex Ellis <alexellis2@gmail.com>
parent 350442ee
No related branches found
No related tags found
No related merge requests found
FROM arm64v8/alpine:3.6
RUN apk --update add nodejs nodejs-npm
ADD https://github.com/openfaas/faas/releases/download/0.6.5/fwatchdog-arm64 /usr/bin/fwatchdog
RUN chmod +x /usr/bin/fwatchdog
COPY package.json .
COPY main.js .
RUN npm i
ENV fprocess="node main.js"
CMD ["fwatchdog"]
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