weaver icon indicating copy to clipboard operation
weaver copied to clipboard

update Dockerfile, remove mkdir command, WORKDIR will create if it doen't exist

Open brownchow opened this issue 3 years ago • 0 comments

as documented here:

If the WORKDIR doesn’t exist, it will be created even if it’s not used in any subsequent Dockerfile instruction.

so there is no need RUN mkdir /weaver

brownchow avatar Nov 24 '20 08:11 brownchow