Skip to content
Snippets Groups Projects
Dockerfile 107 B
Newer Older
  • Learn to ignore specific revisions
  • Alex Ellis's avatar
    Alex Ellis committed
    FROM alpine:edge
    
    COPY ./fwatchdog /usr/bin/fwatchdog
    ENV fprocess "cat -b"
    
    EXPOSE 8080
    CMD ["fwatchdog"]