diff --git a/test/local-cluster/Dockerfile b/test/local-cluster/Dockerfile index 0d36bdb7..00c7199e 100644 --- a/test/local-cluster/Dockerfile +++ b/test/local-cluster/Dockerfile @@ -2,7 +2,7 @@ FROM evernodedev/hotpocket:latest-ubt.20.04-njs.20 # Copy (overwrite) the local build outputs into the docker image. -COPY hpcore hpfs hpws /usr/local/bin/hotpocket/ +COPY hpcore hpfs hpws hpsh /usr/local/bin/hotpocket/ ENTRYPOINT ["/usr/local/bin/hotpocket/hpcore"]