diff --git a/example-2-redis/Dockerfile b/example-2-redis/Dockerfile index d8c812a..51021e3 100644 --- a/example-2-redis/Dockerfile +++ b/example-2-redis/Dockerfile @@ -1,7 +1,4 @@ FROM scratch COPY spin.toml spin.toml -# Remove this line once done testing -COPY ./redis/runtime_config.toml ./runtime_config.toml - COPY ./env_explorer.wasm ./env_explorer.wasm