- If not already done, install Docker Compose (v2.10+)
- Run
docker compose build --no-cache
to build fresh images - Run
docker compose up --pull --wait
to start the project - Open
https://localhost
in your favorite web browser and accept the auto-generated TLS certificate - Run
docker compose down --remove-orphans
to stop the Docker containers.
SPAJANJE U PHP CONTAINER U DOCKER: ./connect ili docker container exec -ti foi-php-1 sh
KREIRANJE I UPDATE ENTITY-a: php bin console make:entity
OBAVEZNO NAKON DODAVANJA NOVOG FIELDA NA ENTITY: php bin console doctrine:migrations:diff php bin console doctrine:migrations:migrate