Add docker stuff to host!

This commit is contained in:
2025-09-04 20:19:58 -05:00
parent 64a05df71d
commit 08bbf69f5b
3 changed files with 81 additions and 0 deletions

9
host/next/update Normal file
View File

@@ -0,0 +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
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