<h3 dir="auto">Description</h3>
<p dir="auto">Updates the Dockerfile to use <code class="notranslate">COPY</code> instead of <code class="notranslate">ADD</code>. From <a href="https://docs.docker.com/build/building/best-practices/#add-or-copy" rel="nofollow">Docker's best practices doc</a>:</p>
<blockquote>
<p dir="auto">You'll mostly want to use COPY for copying files from one stage to another in a multi-stage build.</p>
</blockquote>
<p dir="auto">and:</p>
<blockquote>
<p dir="auto">The ADD instruction is best for when you need to download a remote artifact as part of your build.</p>
</blockquote>
<p dir="auto">Since we're just copying files, let's prefer <code class="notranslate">COPY</code>.</p>
<h3 dir="auto">How has this been tested?</h3>
<p dir="auto">I rebuilt my docker container with these new changes and was able to successfully navigate the app locally.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/5897'>https://github.com/openstreetmap/openstreetmap-website/pull/5897</a></p>

<h4>Commit Summary</h4>
<ul>
  <li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/5897/commits/8f0d2268d6234929f943606b540bc38b50625ab1" class="commit-link">8f0d226</a>  Prefer COPY to ADD</li>
</ul>

<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/5897/files">1 file</a>)</p>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5897/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557">Dockerfile</a>
    (6)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5897.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/5897.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/5897.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/5897.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/5897">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLLSUI2UJHQX5T25HZ32YCLHBAVCNFSM6AAAAAB2RGEUPGVHI2DSMVQWIX3LMV43ASLTON2WKOZSHE3TINRVGAYTINY">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLOHS52VYHLS2MHFWZD2YCLHBA5CNFSM6AAAAAB2RGEUPGWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHLCTMPEM.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/5897</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/5897",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/5897",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>