Skip to content

Commit 9b0f232

Browse files
authored
Merge pull request #4029 from Rodolforiv0621/patch-1
Update part12b.md, changed 'to ran it' to 'to run it'
2 parents f9b5950 + 060764a commit 9b0f232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/12/en/part12b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Tip: Run the application outside of a container to examine it before starting to
293293

294294
### Using Docker compose
295295

296-
In the previous section, we created an Express server, knowing that it will run in port 3123, and used the commands _docker build -t express-server . && docker run -p 3123:3000 express-server_ to ran it. This already looks like something you would need to put into a script to remember. Fortunately, Docker offers us a better solution.
296+
In the previous section, we created an Express server, knowing that it will run in port 3123, and used the commands _docker build -t express-server . && docker run -p 3123:3000 express-server_ to run it. This already looks like something you would need to put into a script to remember. Fortunately, Docker offers us a better solution.
297297

298298
[Docker compose](https://docs.docker.com/compose/) is another fantastic tool, which can help us to manage containers. Let's start using compose as we learn more about containers as it will help us save some time with the configuration.
299299

0 commit comments

Comments
 (0)