mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
6 lines
163 B
Docker
6 lines
163 B
Docker
# HotPocket (Ubuntu 20.04) + NodeJs
|
|
|
|
FROM evernode/hotpocket:%ver%-ubt.20.04
|
|
|
|
# Copy the node binary from build context to the container image.
|
|
COPY node /usr/bin/ |