We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c8341 commit 475290aCopy full SHA for 475290a
README.md
@@ -1,4 +1,4 @@
1
-# Запуск проекта с использованием Docker
+# Running a Project Using Docker
2
```bash
3
git clone https://github.com/capybaracplusplus/Govno-React-School-website.git
4
@@ -7,4 +7,4 @@ cd Govno-React-School-website
7
docker build -t school-website .
8
9
docker run -d -p 3000:3000 school-website
10
-```
+```
0 commit comments