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
This command will start ifhany in two containers: ifhany_app (for nodejs) and ifhany_db (for mongodb). That's all you need.
Open another terminal and use docker restart ifhany_app if the code changes. If you want to clean up the db, close everything and use docker rm ifhany_db and then yarn dev.