diff --git a/Dockerfile b/Dockerfile index 74ac67e..d880497 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,9 +10,9 @@ LABEL name="stylelint" \ com.github.actions.icon="layout" \ com.github.actions.color="black" -COPY README.md / +COPY LICENSE README.md / COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]