diff options
author | Alex Auvolat <alex@adnab.me> | 2020-12-14 11:19:59 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-12-14 11:19:59 +0100 |
commit | 3aa46dfe9599105918420a9fa807511e01f483c5 (patch) | |
tree | 01ca3ae4a266d03c5c0b064c748fb4c5ab9cc943 /Dockerfile | |
parent | dbb15807b927c27df53bb4a6964c268a140635b3 (diff) | |
download | netapp-3aa46dfe9599105918420a9fa807511e01f483c5.tar.gz netapp-3aa46dfe9599105918420a9fa807511e01f483c5.zip |
We don't want to publish this
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 0ece89b..0000000 --- a/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -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 |