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
Make start is a little peculiar. It runs the container in "dev mode", in other words, it mounts the current directory as the application directory. So if node modules are not installed locally (node_modules dir ) the container cannot start.
make build start
https://asciinema.org/a/kZG2zJCqKGPxtSQIJ44TzWzGA
The text was updated successfully, but these errors were encountered: