Skip to content

Commit 48d0f11

Browse files
authored
Merge pull request #10 from akashzcoder/feature/docker_multistage
add references
2 parents faaab2b + 82ca090 commit 48d0f11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

blogs/multistage_docker.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ <h5 class="w3-center w3-padding-64"><span class="w3-tag w3-wide">Multi-stage Do
122122
</div>
123123
<!-- Footer -->
124124
<footer class="w3-center w3-light-grey w3-padding-48 w3-large">
125+
<blockquote>
126+
<cite>References:<br> [1] <a href="https://docs.docker.com/develop/develop-images/multistage-build/">https://docs.docker.com/develop/develop-images/multistage-build/</a></cite>
127+
</blockquote>
125128
<p>
126129
Copyright &#x000A9;&nbsp;2020 &#x000B7; Akash Singh
127130
</p>
@@ -143,5 +146,6 @@ <h5 class="w3-center w3-padding-64"><span class="w3-tag w3-wide">Multi-stage Do
143146
}
144147
document.getElementById("myLink").click();
145148
</script>
149+
146150
</body>
147151
</html>

0 commit comments

Comments
 (0)