rust-node/Dockerfile
2023-12-19 22:42:21 +00:00

4 lines
No EOL
106 B
Docker

FROM rust:latest
RUN apt update && apt install -y nodejs
ENTRYPOINT ["dockerd-entrypoint.sh"]
CMD ["bash"]