From 904e3d2adf7034c808e756cbb1211377ab447bbc Mon Sep 17 00:00:00 2001 From: Bernhard Radermacher Date: Mon, 1 Sep 2025 12:42:10 +0000 Subject: [PATCH] config for Docker --- .idea/runConfigurations/latest.xml | 12 ++++++++++++ .idea/runConfigurations/sandboxapi.xml | 7 +++++++ Dockerfile | 23 +++++++++++++++++++++++ app/dependencies/engine.py | 19 +++++++++++++++---- app/main.py | 19 ++++++------------- 5 files changed, 63 insertions(+), 17 deletions(-) create mode 100644 .idea/runConfigurations/latest.xml create mode 100644 Dockerfile diff --git a/.idea/runConfigurations/latest.xml b/.idea/runConfigurations/latest.xml new file mode 100644 index 0000000..f53f827 --- /dev/null +++ b/.idea/runConfigurations/latest.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/sandboxapi.xml b/.idea/runConfigurations/sandboxapi.xml index 55a7670..ddd0e08 100644 --- a/.idea/runConfigurations/sandboxapi.xml +++ b/.idea/runConfigurations/sandboxapi.xml @@ -6,6 +6,13 @@