feat: init

This commit is contained in:
montaghanmy
2023-03-23 11:03:16 +01:00
commit 10fe6f78d1
11518 changed files with 509786 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# syntax=docker/dockerfile:1
FROM docker:20.10.17-dind-alpine3.16
RUN apk add --update nodejs-current npm bash curl
WORKDIR /usr/src/app
COPY plugins/ .
VOLUME /usr/src/app
RUN chmod -R +x scripts
RUN mv scripts/* /bin
RUN apk update
RUN apk add git