chore: reformat dockerfile

main
sudo pacman -Syu 2023-05-18 23:48:07 +07:00
parent b55d99d80a
commit e26a7afa88
2 changed files with 10 additions and 2 deletions

View File

@ -164,7 +164,15 @@
<span class="pl-k">ENTRYPOINT</span> [<span class="pl-s">"/app"</span>]</pre>
</div>
<p>Finally, I copy <code>app</code> to Distroless base image.</p>
<p>Thanks</p>
<h2>
<a
id="user-content-thanks"
class="anchor"
aria-hidden="true"
href="#thanks"
><span aria-hidden="true" class="octicon octicon-link"></span></a
>Thanks
</h2>
<ul>
<li>
<a

View File

@ -93,7 +93,7 @@ ENTRYPOINT ["/app"]
Finally, I copy `app` to Distroless base image.
Thanks
## Thanks
- [How to start a Go project in 2023](https://boyter.org/posts/how-to-start-go-project-2023/)
- [Shrink your Go binaries with this one weird trick](https://words.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/)