mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-28 11:46:07 +08:00
6 lines
106 B
Docker
6 lines
106 B
Docker
FROM debian:bullseye-slim
|
|
|
|
COPY target/release/stacks-node /bin/stacks-node
|
|
|
|
CMD ["stacks-node", "start"]
|