Should be ready to host hopefully

This commit is contained in:
2025-09-04 21:22:17 -05:00
parent f716d7c8d6
commit 99bbe03b98
7 changed files with 140 additions and 43 deletions

6
host/next/update Normal file → Executable file
View File

@@ -1,9 +1,9 @@
#!/usr/bin/env bash
git pull
bun update
#mv ./next.config.js ./host/next/config/next.config.default.js
#cp ./host/next/config/next.config.build.js ./next.config.js
mv ./next.config.js ./host/next/config/next.config.default.js
cp ./host/next/config/next.config.build.js ./next.config.js
sudo docker compose -f ./host/next/docker/compose.yaml down
sudo docker compose -f ./host/next/docker/compose.yaml build
sudo docker compose -f ./host/next/docker/compose.yaml up -d
#cp ./host/next/config/next.config.default.js ./next.config.js
cp ./host/next/config/next.config.default.js ./next.config.js