You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker volume is creatd in setup nx target, which is cached.
This means that if you delete docker volume it'll not get re-created as setup task will never be run again.
The text was updated successfully, but these errors were encountered:
pziemkowski
changed the title
Docker volume is not being created 2nd time when manually deleted
Docker volume is not being created 2nd time after being manually deleted
Sep 25, 2023
Describe the bug
Docker volume is creatd in
setup
nx target, which is cached.This means that if you delete docker volume it'll not get re-created as
setup
task will never be run again.Steps to reproduce
saas up
saas up
System Info
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: