mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-13 03:40:31 +02:00
Fixed error "Git not found"
This commit is contained in:
@@ -1,3 +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