feat: initial version

This commit is contained in:
2023-01-31 19:45:01 +01:00
commit 697f517260
2 changed files with 54 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM node:16
RUN apt update && \
apt install -y python3 python3-pip ruby git && \
rm -rf /var/lib/apt/lists/* && \
pip3 install pre-commit