added hpsh to Dockerfile bin

This commit is contained in:
supunvindula
2023-11-02 22:08:38 +05:30
parent 6a0fcd02d6
commit 09a488e14a

View File

@@ -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"]