Skip to content

LuMaterna/pricing-symfony

 
 

Repository files navigation

Symfony Docker

Using Symfony Docker package to create an Example code :-)

Eshop purchase use-case implementation

Getting Started

  1. If not already done, install Docker Compose (v2.10+)
  2. Run docker compose build --no-cache to build fresh images
  3. Run docker compose up --pull always -d --wait to set up and start a fresh Symfony project
  4. Open https://localhost in your favorite web browser and accept the auto-generated TLS certificate
  5. Run docker compose down --remove-orphans to stop the Docker containers.

Releases

No releases published

Packages

No packages published

Languages

  • PHP 80.1%
  • Dockerfile 10.6%
  • Shell 9.3%