feat: docker setup upgrade cd step

This commit is contained in:
amhsirak
2024-12-20 17:44:39 +05:30
parent a1f31ec05d
commit b6274cca14

View File

@@ -233,6 +233,11 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
<Box sx={{ marginLeft: '30px', background: '#cfd0d1', padding: 1, borderRadius: 3 }}>
<code style={{ color: 'black' }}>
<p>Run the commands below</p>
# cd to project directory (eg: maxun)
<br />
cd maxun
<br />
<br />
# pull latest docker images
<br />
docker-compose pull