Files
hpcore/test/local-cluster/Dockerfile

11 lines
394 B
Docker

# We are going with Hot Pocket NodeJs docker image because sample contracts need NodeJs to run.
FROM hotpocketdev/hotpocket:0.5-ubt.20.04-njs.14
COPY hpcore hpfs hpws appbill /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"]