Skip to content

Commit

Permalink
fix example2
Browse files Browse the repository at this point in the history
  • Loading branch information
voigt committed Nov 22, 2023
1 parent c27c7e0 commit 4091ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-2-redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM scratch
COPY ./spin.toml ./spin.toml
COPY spin.toml spin.toml

# Remove this line once done testing
COPY ./redis/runtime_config.toml ./runtime_config.toml

COPY ../bin/env_explorer.wasm ./env_explorer.wasm
COPY ./env_explorer.wasm ./env_explorer.wasm
Binary file added example-2-redis/env_explorer.wasm
Binary file not shown.

0 comments on commit 4091ee8

Please sign in to comment.