Files
hpcore/test/local-cluster/Dockerfile
kithminisg f38da0b437 Merge branch 'hpsh' into test-release
Conflicts:
	CMakeLists.txt
	test/docker/Dockerfile.ubt.20.04
	test/docker/build.sh
	test/local-cluster/Dockerfile
2024-01-05 18:43:00 +05:30

12 lines
476 B
Docker

# We are going with HotPocket NodeJs docker image because sample contracts need NodeJs to run.
FROM evernode/hotpocket:latest-ubt.20.04-njs.20
# Copy (overwrite) the local build outputs into the docker image.
COPY hpcore hpfs hpws hpsh evernode-license.pdf /usr/local/bin/hotpocket/
ENTRYPOINT ["/usr/local/bin/hotpocket/hpcore"]
# Run with valgrind
# RUN apt-get install --no-install-recommends -y gdb valgrind
# ENTRYPOINT ["valgrind", "/usr/local/bin/hotpocket/hpcore"]