diff --git a/.dockerignore b/.dockerignore index 3033c26..85475de 100755 --- a/.dockerignore +++ b/.dockerignore @@ -3,6 +3,4 @@ .env # Other Files -.DS_Store -dist -node_modules \ No newline at end of file +.DS_Store \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 9ca2034..df3ac23 100755 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ # Base ## For AMD64 Servers: -FROM ark.sudovanilla.org/korbs/bun:arm64 AS based +FROM ark.sudovanilla.org/korbs/bun:amd64 AS based ## For ARM64 Servers: ## FROM ark.sudovanilla.org/korbs/bun:arm64 as based @@ -30,10 +30,6 @@ COPY . . # Run in Production ENV NODE_ENV=production -# Build -RUN bun install && bun run build - # Run -USER bun -EXPOSE 2014/tcp -CMD bun ./dist/server/entry.mjs \ No newline at end of file +EXPOSE 2014 +CMD bun run build && bun start \ No newline at end of file diff --git a/astro.config.mjs b/astro.config.mjs index 19bba3e..05219f2 100755 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -3,9 +3,6 @@ import { defineConfig } from 'astro/config' // Settings import { SiteSettings } from './config.json' -// Adapters -import bun from 'astro-bun-adapter' - // Integrations import mdx from '@astrojs/mdx' @@ -19,9 +16,8 @@ export default defineConfig({ mdx() ], // Server Output - output: "server", + output: "static", prefetch: true, - adapter: bun(), server: { port: 2014, host: true diff --git a/package.json b/package.json index 5e3718b..002ac7c 100755 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "dependencies": { "@astrojs/mdx": "4.0.0-beta.2", "@astrojs/prism": "3.0.0-beta.0", - "@minpluto/zorn": "^0.4.64", "astro": "5.0.0-beta.5", "astro-analytics": "^2.7.0", "astro-breadcrumbs": "^3.2.0", diff --git a/src/content/docs/components.mdx b/src/content/docs/components.mdx index 4e3f9aa..dfce2e9 100755 --- a/src/content/docs/components.mdx +++ b/src/content/docs/components.mdx @@ -3,7 +3,6 @@ Type: Document Title: Components --- -import {Zorn} from '@minpluto/zorn' import { Prism } from '@astrojs/prism'; Documentation template for the Astro Web Framework. @@ -48,21 +47,6 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i } /> -```jsx - -``` - -## Zorn Player - - -A custom video player tailored for MinPluto. - ## Video Player