mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 09:26:34 +00:00
Pending ARMhf changes
This commit is contained in:
8
sample-functions/AlpineFunction/Dockerfile.armhf
Normal file
8
sample-functions/AlpineFunction/Dockerfile.armhf
Normal file
@ -0,0 +1,8 @@
|
||||
FROM armhf/alpine:latest
|
||||
|
||||
COPY fwatchdog /usr/bin
|
||||
RUN chmod +x /usr/bin/fwatchdog
|
||||
|
||||
# Populate example here
|
||||
# ENV fprocess="wc -l"
|
||||
CMD ["fwatchdog"]
|
Reference in New Issue
Block a user