mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-13 03:40:31 +02:00
4 lines
83 B
Docker
4 lines
83 B
Docker
FROM node:latest
|
|
COPY entrypoint.sh ./entrypoint.sh
|
|
ENTRYPOINT ["./entrypoint.sh"]
|