aboutsummaryrefslogblamecommitdiff
path: root/Dockerfile
blob: 0ece89b6a5db5e2a3c6604db18e113f4bd67e2b7 (plain) (tree)
1
2
3
4
5
6
7
8



                                                
                    
                                                          
 
                
FROM archlinux:latest

COPY target/release/examples/basalt /root/basalt

ENV RUST_BACKTRACE=1
ENV RUST_LOG=netapp=info,netapp::peering=debug,basalt=info

CMD /root/basalt