mirror of
https://github.com/nimbusdotstorage/Nimbus
synced 2026-04-22 17:45:03 +02:00
chore: adjusted cloudflare deployment
Removed massive images slowing our site Fixed rate limters for upstash Fixed docker build issue Updated documentation
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"dev:hot": "bun --hot src/index.ts",
|
||||
"build": "bun build src/index.ts --target bun --outdir dist",
|
||||
"start": "bun dist/index.js",
|
||||
"deploy": "bunx wrangler deploy --env production",
|
||||
"deploy": "bunx wrangler deploy --env production --keep-vars",
|
||||
"docker:build": "bun run build && docker build -t nimbus-server-manual .",
|
||||
"docker:run": "source .env && docker run --name nimbus-server-manual --env-file .env -p $SERVER_PORT:$SERVER_PORT nimbus-server-manual:latest",
|
||||
"docker:up": "bun run build && docker compose up -d",
|
||||
|
||||
Reference in New Issue
Block a user