Additional upgrade commands
Taylor committed
Feb 9, 2024 at 12:05 UTC
fb5a3e9f5c7103560e92653ff13bcbee140fa4ca
1 file changed
+8
-2
README.md
+8
-2
@@ -94,8 +94,14 @@ To upgrade Copilot, you will need to stop the running container, pull the latest
94
# Stop the running container. Make sure you are in the CoPilot directory
95
docker compose down
96
97
-# Pull the latest docker image
98
-docker pull ghcr.io/socfortress/copilot:latest
97
+# Pull the latest code from the repository
98
+git pull
99
+
100
+# Build the copilot-frontend image
101
+bash build-dockers.sh
102
+
103
+# Pull the latest copilot-backend image
104
+docker pull ghcr.io/socfortress/copilot-backend:latest
105
106
# Start the container again
107
docker compose up -d