Skip to content

Commit 8a85d7e

Browse files
committed
Add Lib to COPY list (fixes #1195)
1 parent 13d0c07 commit 8a85d7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.wasm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ COPY parser parser
1717
COPY bytecode bytecode
1818
COPY compiler compiler
1919
COPY wasm/lib wasm/lib
20+
COPY Lib Lib
2021

2122
RUN cd wasm/lib/ && wasm-pack build --release
2223

0 commit comments

Comments
 (0)