From 0a1a4cd9b6de0d7ed22a5a5627f79a2008960f10 Mon Sep 17 00:00:00 2001 From: Wanjohi Date: Thu, 12 Jun 2025 11:30:38 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore(functions):=20Remove=20Con?= =?UTF-8?q?tainerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/functions/Containerfile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 packages/functions/Containerfile diff --git a/packages/functions/Containerfile b/packages/functions/Containerfile deleted file mode 100644 index 79c7061d..00000000 --- a/packages/functions/Containerfile +++ /dev/null @@ -1,17 +0,0 @@ -FROM mirror.gcr.io/oven/bun:1.2 - -# TODO: Add a way to build C# Steam.exe and start it to run in the container before the API - -ADD ./package.json . -ADD ./bun.lock . -ADD ./packages/core/package.json ./packages/core/package.json -ADD ./packages/functions/package.json ./packages/functions/package.json -ADD ./patches ./patches -RUN bun install --ignore-scripts - -ADD ./packages/functions ./packages/functions -ADD ./packages/core ./packages/core - -WORKDIR ./packages/functions - -CMD ["bun", "run", "./src/api/index.ts"] \ No newline at end of file