mirror of
https://github.com/creyD/prettier_action.git
synced 2026-06-12 11:02:28 +02:00
4 lines
88 B
Docker
4 lines
88 B
Docker
FROM node:lts-alpine3.9
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|