-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from iosis-tech/community_improvements
stone-prover submodule
- Loading branch information
Showing
6 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,6 @@ Cargo.lock | |
Scarb.lock | ||
.snfoundry_cache/ | ||
|
||
stone-prover | ||
|
||
bootloader*.json | ||
|
||
# Python | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "stone-prover"] | ||
path = stone-prover | ||
url = https://github.com/iosis-tech/stone-prover.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Use the base runtime image | ||
FROM zetina-runtime:latest | ||
|
||
# Expose necessary ports | ||
EXPOSE 5678/udp 5679/tcp | ||
|
||
# Build | ||
RUN cargo build --release --bin zetina-executor | ||
|
||
# Expose necessary ports | ||
EXPOSE 5678/udp 5679/tcp |
Submodule stone-prover
added at
23845d