mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +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"]
|