Add Dockerfile
This commit is contained in:
commit
9cd113f4c5
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM rust:latest
|
||||
RUN apt update && apt install -y nodejs
|
||||
ENTRYPOINT ["dockerd-entrypoint.sh"]
|
||||
CMD ["bash"]
|
Loading…
Reference in a new issue