Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 324 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 324 Bytes

Setup clean project

  1. Build/run containers

    docker-compose up -d
    
  2. Enter to container

    2.1 Show docker containers
    -   docker container ls
    2.2 Enter to container
    -   docker exec -it <CONTAINER ID> sh
    
  3. Run commands for project installation:

    composer install