stylelint/Dockerfile

9 lines
151 B
Text
Raw Normal View History

2024-01-12 11:18:40 -05:00
FROM exelban/baseimage:node-16
2019-08-21 16:01:23 -04:00
2019-08-21 16:03:11 -04:00
COPY LICENSE README.md /
2019-08-21 16:01:23 -04:00
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
2019-08-21 16:03:11 -04:00
ENTRYPOINT ["/entrypoint.sh"]