mirror of
https://github.com/creyD/crush_action.git
synced 2026-04-15 04:50:29 +02:00
Added basic action structure
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM node:lts-alpine3.9
|
||||
RUN apk update && apk upgrade && apk add --no-cache bash git openssh
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user