Skip to content

Commit

Permalink
update(bitson): add libwasm files
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTFM committed Jan 11, 2024
1 parent b115544 commit 390c60a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ FROM ubuntu:latest as production

RUN apt-get update && apt-get install -y curl jq coreutils dos2unix

COPY --from=build /app/libwasmvm.so /usr/lib/libwasmvm.so
COPY --from=build /app/libwasmvm.x86_64.so /usr/lib/libwasmvm.x86_64.so
COPY --from=build /app/watcher /app/watcher
COPY --from=build /app/scripts/run.sh /run.sh

Expand Down
Binary file added libwasmvm.so
Binary file not shown.
Binary file added libwasmvm.x86_64.so
Binary file not shown.

0 comments on commit 390c60a

Please sign in to comment.