mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-03-24 05:39:46 +08:00
6 lines
105 B
Docker
6 lines
105 B
Docker
FROM node:10.16-alpine
|
|
|
|
COPY "entrypoint.sh" "/entrypoint.sh"
|
|
ENTRYPOINT ["/entrypoint.sh"]
|
|
CMD ["help"]
|