Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 committed May 22, 2024
1 parent 63dbfc4 commit 5d77be4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.wasm-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM rust:latest
FROM rust:slim

ADD ./entry_point.sh entry_point.sh

CMD [ "/entry_point.sh" ]
1 change: 1 addition & 0 deletions entry_point.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh -l
# Build the wasm pack
PATH=/usr/local/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
echo "Starting wasm action"
cargo install wasm-pack
cd $GITHUB_WORKSPACE/extensions/warp-ipfs
Expand Down

0 comments on commit 5d77be4

Please sign in to comment.