Dockerfile: delete workspace

pull/434/head
Giuseppe Valente 4 years ago
parent bcac6777bf
commit 1d88d99675
No known key found for this signature in database
GPG Key ID: 31FEA46FF5C643EE

@ -3,5 +3,7 @@ FROM python:3.10.1-alpine3.15
COPY ./ /yamllint
WORKDIR /yamllint
RUN python setup.py -v install
WORKDIR /
RUN rm -rf /yamllint
ENTRYPOINT ["yamllint"]

Loading…
Cancel
Save