aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..a179597
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,9 @@
+FROM archlinux:latest
+
+COPY target/release/examples/basalt /root/basalt
+
+CMD /root/basalt
+ENV RUST_BACKTRACE=1
+ENV RUST_LOG=netapp=debug,basalt=debug
+
+CMD /garage/garage server -c /garage/config.toml