Added initial action

This commit is contained in:
2020-10-06 14:17:06 +02:00
parent 66e5fd3be0
commit 7563b34387
5 changed files with 87 additions and 2 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM node:lts-alpine3.9
RUN apk update && apk add --no-cache bash git openssh
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]