summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
-rw-r--r--Makefile4
2 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..7ceae6d
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1 @@
+FROM golang:1.25-alpine
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..4172c03
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+.PHONY: run build
+
+run:
+ CGO_ENABLED=0 go run ./main.go