Add Dockerfile

This commit is contained in:
Neshura 2023-12-19 22:42:21 +00:00
commit 9cd113f4c5

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM rust:latest
RUN apt update && apt install -y nodejs
ENTRYPOINT ["dockerd-entrypoint.sh"]
CMD ["bash"]