aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a3f1595..70d6ac4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,8 @@
+# # NOTICE
+# This Dockerfile is *probably* not stable as of 2021. 04. 25.
+#
+# Can you use it? Yes, but you probably shouldn't.
+
FROM rustlang/rust:nightly-slim AS build
WORKDIR /src/whirl
@@ -10,4 +15,4 @@ FROM ubuntu:18.04
COPY --from=build /src/whirl/target/release/whirl /usr/local/bin/whirl
-CMD ["usr/local/bin/whirl"]
+CMD ["usr/local/bin/whirl", "run"]