diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index b391782..0000000 --- a/Dockerfile +++ /dev/null @@ -1,15 +0,0 @@ -FROM denoland/deno:2.1.5 - -WORKDIR /app - -COPY deno.json . - -RUN deno install - -COPY . . -RUN deno cache main.ts - -ARG PORT=3257 -EXPOSE $PORT - -CMD ["task", "start"] \ No newline at end of file diff --git a/README.md b/README.md index 49fbd1d..958419d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Box Critters Recritted +# Box Critters Localbox -Reopening the dusty box of the world of Box Critters! This is a Typescript server emulator using the Bun & Deno frameworks. +Reopening the dusty box of the world of Box Critters! This is a Typescript server emulator using Deno. ## Party Switcher diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index f6749a3..0000000 Binary files a/bun.lockb and /dev/null differ