mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
🧹 chore(functions): Remove Containerfile
This commit is contained in:
@@ -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"]
|
|
||||||
Reference in New Issue
Block a user