Files
prettier_action/Dockerfile
2020-07-25 15:30:41 +02:00

5 lines
142 B
Docker

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