Skip to content

Commit f931335

Browse files
authored
FIX-[EN] AI Deploy - Deploy app with Flask
Minor grammatical fixes
1 parent 4915d35 commit f931335

File tree

1 file changed

+2
-2
lines changed
  • pages/public_cloud/ai_machine_learning/deploy_tuto_02_flask

1 file changed

+2
-2
lines changed

pages/public_cloud/ai_machine_learning/deploy_tuto_02_flask/guide.en-gb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The purpose of this tutorial is to show you how to build and use a custom Docker
2727

2828
### Write a simple Flask application
2929

30-
Create a simple Python file with name `app.py`.
30+
Create a simple Python file with the name `app.py`.
3131

3232
Inside that file, import your required modules:
3333

@@ -130,7 +130,7 @@ docker run --rm -it -p 5000:5000 --user=42420:42420 flask-app:latest
130130

131131
> [!primary]
132132
>
133-
> The `-p 5000:5000` argument indicates that you want to execute a port rediction from the port **5000** of your local machine into the port **5000** of the docker container. The port **5000** is the default port used by **Flask** applications.
133+
> The `-p 5000:5000` argument indicates that you want to execute a port redirection from the port **5000** of your local machine into the port **5000** of the docker container. The port **5000** is the default port used by **Flask** applications.
134134
>
135135
136136
> [!warning]

0 commit comments

Comments
 (0)