Update Dockerfile

This commit is contained in:
Serhiy Mytrovtsiy 2019-08-21 22:03:11 +02:00 committed by GitHub
parent 8200a8ac9c
commit fb2fd42afa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,9 @@ LABEL name="stylelint" \
com.github.actions.icon="layout" \ com.github.actions.icon="layout" \
com.github.actions.color="black" com.github.actions.color="black"
COPY README.md / COPY LICENSE README.md /
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]