feat: remove -R from canary and prod shell scripts

This commit is contained in:
Lorenzo Migliorero 2024-07-27 19:57:10 +02:00
parent 576ff02773
commit 7b91d67655
No known key found for this signature in database
GPG Key ID: 9A9F1AD60C05DFE2
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ echo "Network created"
mkdir -p /etc/dokploy
chmod -R 777 /etc/dokploy
chmod 777 /etc/dokploy
docker pull dokploy/dokploy:canary

View File

@ -70,7 +70,7 @@ echo "Network created"
mkdir -p /etc/dokploy
chmod -R 777 /etc/dokploy
chmod 777 /etc/dokploy
docker pull dokploy/dokploy:latest