Skip to content

Commit

Permalink
Fixed issue with docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cloutiertyler committed Aug 13, 2023
1 parent a628f88 commit 9ebc531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- ./crates/bindings-sys:/usr/src/app/crates/bindings-sys
- ./crates/vm:/usr/src/app/crates/vm
- ./crates/client-api-messages:/usr/src/app/crates/client-api-messages
- ./Cargo.toml:/usr/src/app/Cargo.toml
- ./flamegraphs:/usr/src/app/flamegraphs
- key_files:/etc/spacetimedb
- /stdb
Expand Down

0 comments on commit 9ebc531

Please sign in to comment.