feat: init
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user