Skip to content

NONstop5/docker-project-74

Repository files navigation

Hexlet tests and linter status:

Actions Status

Build Status

Requirements

  • docker
  • docker compose
  • make

Clone project

git clone [email protected]:NONstop5/docker-project-74.git

Dev prepare

make env-prepare

Dev run

make compose-build && \
make compose-setup && \
make compose-up

Prod image build

make compose-build-prod

Prod image push

IMAGE_TAG_NAME: ilyaguev/docker-project-74

make compose-push-prod

Prod run tests

make compose-test-ci

App commands in image

App env prepare

docker compose run --rm app make prepare-env

App setup

docker compose run --rm app make setup

App run tests

docker compose run --rm app make test

App cli

docker compose run --rm app bash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published