From df0fe0bbed8fb09e6d36ad3a8873b1684facc912 Mon Sep 17 00:00:00 2001 From: Patrick Kuhs Date: Fri, 7 Feb 2025 01:34:52 +0100 Subject: [PATCH] initial commit of container related files --- Dockerfile | 0 LICENSE | 2 +- docker-compose.yml | 0 start.sh | 0 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 Dockerfile create mode 100644 docker-compose.yml create mode 100644 start.sh diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e69de29 diff --git a/LICENSE b/LICENSE index 9e9c7df..db22d3a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 prinoX +Copyright (c) 2025 Patrick Kuhs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..e69de29 diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..e69de29