Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd4166d4

Browse files
authored
Fixed spelling mistake (#341)
Dockeriles -> Dockerfiles
1 parentce7883f commitd4166d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_docs/ci-cd-guides/building-docker-images.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ An alternative way to create Docker images is to just package an existing artifa
187187

188188
>Notice that even though this is a very popular way to create Dockerfiles, and Codefresh supports it, we do**NOT** recommend to write Dockerfiles like this. Please learn about Docker multi-stage builds if you are not familiar with them.
189189
190-
You can see this pattern in all kinds ofDockeriles that assume the application is already there (or that dependencies are already downloaded). Here is a[Dockerfile that packages an existing JAR]({{site.baseurl}}/docs/learn-by-example/java/spring-boot-2/#spring-boot-2-and-docker-package-only) file.
190+
You can see this pattern in all kinds ofDockerfiles that assume the application is already there (or that dependencies are already downloaded). Here is a[Dockerfile that packages an existing JAR]({{site.baseurl}}/docs/learn-by-example/java/spring-boot-2/#spring-boot-2-and-docker-package-only) file.
191191

192192
`Dockerfile`
193193
{% highlight docker %}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp