From 30efac2becd6dcc6854bb1e896b9ab579b42c3cc Mon Sep 17 00:00:00 2001 From: Onni Lampi Date: Sat, 16 Aug 2025 12:33:46 +0300 Subject: Containerize the application The containers are orchestrated with systemd. --- veetibot.build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 veetibot.build (limited to 'veetibot.build') diff --git a/veetibot.build b/veetibot.build new file mode 100644 index 0000000..c54646a --- /dev/null +++ b/veetibot.build @@ -0,0 +1,6 @@ +[Unit] +Description=veetibot build service + +[Build] +SetWorkingDirectory=/home/slack-veetibot/veetibot +ImageTag=veetibot:latest -- cgit v1.3