rust-node/Dockerfile

4 lines
106 B
Docker
Raw Normal View History

2023-12-19 22:42:21 +00:00
FROM rust:latest
RUN apt update && apt install -y nodejs
ENTRYPOINT ["dockerd-entrypoint.sh"]
CMD ["bash"]