File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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+ ```
You can’t perform that action at this time.
0 commit comments