We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01d261 commit 642d3f0Copy full SHA for 642d3f0
1 file changed
.github/Dockerfile
@@ -1,3 +1,4 @@
1
+# Minimal Dockerfile that just wraps pre-built binaries, so we can test the server inside docker
2
FROM rust:1.90.0
3
RUN mkdir -p /stdb/data
4
COPY ./target/debug/spacetimedb-standalone ./target/debug/spacetimedb-cli /usr/local/bin/
0 commit comments