Skip to content

Commit

Permalink
test executor build in CI 8
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Aug 1, 2024
1 parent 6aaadf1 commit 1a4066b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@ RUN <<EOT
mkdir -p $WASM_DIRECTORY
chown $USER:$USER $STORAGE
chown $USER:$USER $WASM_DIRECTORY
chown $USER:$USER $CONFIG_DIR
EOT

COPY --from=builder $TARGET_DIR/irohad $BIN_PATH
COPY --from=builder $TARGET_DIR/iroha $BIN_PATH
COPY --from=builder $TARGET_DIR/kagami $BIN_PATH
COPY defaults/genesis.json $CONFIG_DIR
COPY defaults/executor.wasm $CONFIG_DIR
COPY defaults/genesis.json $CONFIG_DIR \
defaults/executor.wasm $CONFIG_DIR \
defaults/client.toml $CONFIG_DIR
USER $USER
CMD ["irohad"]

0 comments on commit 1a4066b

Please sign in to comment.