From 1de44770943e2521e558f1ab75ffb60d06494775 Mon Sep 17 00:00:00 2001
From: Matt Strapp <matt@mattstrapp.net>
Date: Tue, 6 Aug 2024 15:46:52 -0500
Subject: Add docker

Signed-off-by: Matt Strapp <matt@mattstrapp.net>
---
 Dockerfile | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 Dockerfile

(limited to 'Dockerfile')

diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..c90ac33
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,7 @@
+FROM scratch
+LABEL org.opencontainers.image.licenses=0BSD
+LABEL org.opencontainers.image.source=https://github.com/locusts-r-us/locusts
+LABEL org.opencontainers.image.title=Locusts
+LABEL org.opencontainers.image.description="A container that contains locusts"
+COPY locusts /
+ENTRYPOINT ["/locusts"]
\ No newline at end of file
-- 
cgit v1.2.3