Dockerfile

File build/docker/Dockerfile from the latest check-in


FROM scratch

COPY init appfsd appfs-cache /bin/

ENTRYPOINT ["/bin/init"]