Disable auto-updates and add .dockerignore
This commit is contained in:
parent
6d1412bebd
commit
691c08629d
2 changed files with 6 additions and 1 deletions
5
.dockerignore
Normal file
5
.dockerignore
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.git
|
||||
.sanity
|
||||
dist
|
||||
node_modules
|
||||
.DS_Store
|
||||
|
|
@ -10,6 +10,6 @@ export default defineCliConfig({
|
|||
* Enable auto-updates for studios. <
|
||||
* Learn more at https://www.sanity.io/docs/cli#auto-updates
|
||||
*/
|
||||
autoUpdates: true,
|
||||
autoUpdates: false,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue