From 01f92327426335b4d7f28bf72c8cf3296854a590 Mon Sep 17 00:00:00 2001 From: Val Lorentz Date: Tue, 9 Apr 2024 19:34:30 +0200 Subject: [PATCH] Move .service and Containerfile to new dist/ directory --- INSTALL.md | 2 +- Containerfile => dist/Containerfile | 0 {init/systemd/system => dist/systemd}/matrix2051.service | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename Containerfile => dist/Containerfile (100%) rename {init/systemd/system => dist/systemd}/matrix2051.service (100%) diff --git a/INSTALL.md b/INSTALL.md index 02348bc..628eed2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -69,7 +69,7 @@ image can be built with either [podman](https://podman.io/) or To build it: ``` -podman build -t matrix2051 . +podman build -t matrix2051 --file dist/Containerfile . ``` To run it: diff --git a/Containerfile b/dist/Containerfile similarity index 100% rename from Containerfile rename to dist/Containerfile diff --git a/init/systemd/system/matrix2051.service b/dist/systemd/matrix2051.service similarity index 100% rename from init/systemd/system/matrix2051.service rename to dist/systemd/matrix2051.service