Skip to content

Newbie-Alfi/templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Run containers:

docker compose --project-directory . -f docker/docker-compose.dev.yml up

Stop containers:

docker compose --project-directory . -f docker/docker-compose.dev.yml stop

Remove containers:

docker compose --project-directory . -f docker/docker-compose.dev.yml down

The commit message must start with one of the following:

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) `test: Adding missing tests or correcting existing tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published