Add docker stuff to host!
This commit is contained in:
9
host/next/update
Normal file
9
host/next/update
Normal 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
|
Reference in New Issue
Block a user