gojek / weaver

An Advanced HTTP Reverse Proxy with Dynamic Sharding Strategies
Apache License 2.0
602 stars 53 forks source link

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

Open brownchow opened 3 years ago

brownchow commented 3 years ago

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