WasmEdge / wasmedge_hyper_demo

Lightweight HTTP servers based on hyper / warp frameworks in the WasmEdge Runtime.
77 stars 15 forks source link

Remove the platforms from the build part #10

Closed rumpl closed 1 year ago

rumpl commented 1 year ago

These are not needed since there is a platform property on the service level.

compose has a bug where having both platform and platforms will make docker compose up build for the wrong platform... This can be fixed either by running docker compose build && docker compose up or by removing the platforms from the build property.