Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: NaturalSelect <[email protected]>
  • Loading branch information
NaturalSelect committed Nov 25, 2023
1 parent 7a5cb8c commit c5973ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
run: bash ./scripts/install_wasmedge.sh
- name: Install Protobuf
run: bash ./scripts/install_protobuf.sh
- name: Show files
run: tree .
- name: Build
run: cargo build --release
run: cargo build --release --out-dir docker/WasmServerless/release
- name: Build App Image
run: docker build -t wasm_serverless:v1 docker/WasmServerless
4 changes: 2 additions & 2 deletions docker/WasmServerless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ LABEL description="Wasm serverless platform"
# COPY scripts/env_prepare/inner/wasm_edge.py /tmp/install/
# RUN python3 /tmp/install/wasm_edge.py -v 0.13.3

COPY target/release/wasm_serverless /usr/local/bin/wasm_serverless
COPY release/wasm_serverless /usr/local/bin/wasm_serverless
COPY node_config.yaml /etc/wasm_serverless/node_config.yaml
COPY docker/wasm_serverless_entrypoint.sh /etc/wasm_serverless/
COPY wasm_serverless_entrypoint.sh /etc/wasm_serverless/
RUN chmod +x /etc/wasm_serverless/wasm_serverless_entrypoint.sh
# ENV WASM_SERVERLESS_NODEID=-1

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit c5973ad

Please sign in to comment.