blob: 724c58c1b0d435a319624f59d4074d7d8eccb38c [file]
<p>
<b>WORKDIR</b> sets the working directory for all WORKDIR instruction sets the working directory for any RUN, CMD, ENTRYPOINT, COPY and ADD instructions that follow
</p>
<br/>
<p>
<pre>
WORKDIR /opt/architect
</pre>
</p>