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