chore: reformat dockerfile
parent
b55d99d80a
commit
e26a7afa88
|
@ -164,7 +164,15 @@
|
||||||
<span class="pl-k">ENTRYPOINT</span> [<span class="pl-s">"/app"</span>]</pre>
|
<span class="pl-k">ENTRYPOINT</span> [<span class="pl-s">"/app"</span>]</pre>
|
||||||
</div>
|
</div>
|
||||||
<p>Finally, I copy <code>app</code> to Distroless base image.</p>
|
<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>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
|
|
|
@ -93,7 +93,7 @@ ENTRYPOINT ["/app"]
|
||||||
|
|
||||||
Finally, I copy `app` to Distroless base image.
|
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/)
|
- [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/)
|
- [Shrink your Go binaries with this one weird trick](https://words.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/)
|
||||||
|
|
Loading…
Reference in New Issue