Skip to content

Commit

Permalink
Fix docker for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Sep 28, 2023
1 parent 16a1f0a commit 9b39d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ENV SPACETIMEDB_JWT_PRIV_KEY=/etc/spacetimedb/id_ecdsa
ENV PATH="/usr/src/app/target/debug:${PATH}"

FROM debian as env-release
COPY --from=builder /usr/src/app/target/release/spacetimedb /usr/local/bin/
COPY --from=builder /usr/src/app/target/release/spacetime /usr/local/bin/
COPY --from=builder /usr/src/app/crates/standalone/log.conf /etc/spacetimedb/

FROM env-${CARGO_PROFILE}
Expand Down

0 comments on commit 9b39d4a

Please sign in to comment.