Open
Description
- Start dev mode with containers, using a valid Dockerfile
- Change the Dockerfile to have some invalid commands or Dockerfile syntax errors
- Dev mode tries to rebuild the Dockerfile, shows an error, but then starts the previous container image
This is misleading since the user might not see the docker build failure, and wonder why their changes are not being reflected in the server/container that is being run.