Skip to content

Commit 02e117e

Browse files
committed
fix README.md to add description
1 parent b173b72 commit 02e117e

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,41 @@
22
[![Actions Status](https://github.com/NONstop5/docker-project-74/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/NONstop5/docker-project-74/actions)
33

44
[![Build Status](https://github.com/NONstop5/docker-project-74/actions/workflows/push.yml/badge.svg)](https://github.com/NONstop5/docker-project-74/actions)
5+
6+
### Requirements
7+
8+
* docker
9+
* docker compose
10+
* make
11+
---
12+
### Clone project
13+
```bash
14+
git clone [email protected]:NONstop5/docker-project-74.git
15+
```
16+
17+
### Dev prepare
18+
```bash
19+
make env-prepare && \
20+
make compose-prepare
21+
```
22+
23+
### Dev run
24+
```bash
25+
make compose-build && \
26+
make compose-setup && \
27+
make compose-up
28+
```
29+
---
30+
### Prod image build
31+
```bash
32+
make compose-build-prod
33+
```
34+
### Prod image push
35+
IMAGE_TAG_NAME: `ilyaguev/docker-project-74`
36+
```bash
37+
make compose-push-prod
38+
```
39+
### Prod run tests
40+
```bash
41+
make compose-test-ci
42+
```

0 commit comments

Comments
 (0)