dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Use ARG instead of ENV in Dockerfile

Open tanguilp opened this issue 3 years ago • 0 comments

Using ENV is unnecessary and causes a bug when deploying with scrapyd-deploy because of https://github.com/scrapy/scrapy/blob/master/scrapy/utils/project.py#L80-L98

tanguilp avatar Oct 02 '20 15:10 tanguilp