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
Windows developers should also consider installing the
62
-
[Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/).
61
+
Windows developers should also consider installing the
62
+
[Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/).
63
63
See “[Docker Desktop WSL 2 backend](https://docs.docker.com/docker-for-windows/wsl/)”
64
64
for instructions on integrating Docker Desktop with WSL.
65
65
@@ -112,12 +112,24 @@ above, that service will fail to start.
112
112
113
113
Navigate to [`http://localhost:3000/home`](http://localhost:3000/home).
114
114
115
-
**Note:** On first run, the database will not exist and assets (javascript/css) will not be precompiled.
116
-
To set up the database and precompile the assets, you can use `docker-compose exec` to run the relevant
117
-
Rake tasks in the application container.
115
+
**Note:** On first run, an `init` service will run to setup the database and compile assets (javascript/css). If necessary you can run it manually via:
0 commit comments