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
You can build the application using `cargo build` or run it directly using `cargo run`, which will include the
38
+
You can build the application using `cargo build -p datafeed-cache-server` or run it directly using `cargo run -p datafeed-cache-server`, which will include the
43
39
compilation steps.
44
40
45
-
You can also specify the type of release you would like to build (e.g. release) by specifying `cargo build --release`.
41
+
You can also specify the type of release you would like to build (e.g. release) by specifying `cargo build --release -p datafeed-cache-server`.
46
42
47
43
### Using Docker
48
44
49
-
If you prefer to use Docker for production / development, you can use the provided `docker-compose.yml` file, or create
45
+
If you prefer to use Docker for production / development, you can use the provided `datafeed-cache-server/docker-compose.yml` file, or create
50
46
your own.
51
47
This compose-file will build the image and deploy it locally exposing port `8007` on the host machine.
0 commit comments