mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-06 13:18:49 +00:00
fix(slides): declare correct copy statement for dockerfile
This commit is contained in:
parent
8d35d0a055
commit
bb8137d5ab
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
|||
<pre class="docker"><code data-trim data-line-numbers>
|
||||
FROM caddy:alpine
|
||||
|
||||
COPY ./dist/ /srv/
|
||||
COPY --from=build /app/dist/ /srv/
|
||||
COPY ./Caddyfile /etc/caddy/Caddyfile
|
||||
</code></pre>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue