Sylius-Standard icon indicating copy to clipboard operation
Sylius-Standard copied to clipboard

Add new Docker concept

Open piotrkardasz opened this issue 1 year ago • 0 comments

The new concept allows to setup environment with just one command 🚀

make init # initialize Sylius installation with required dependencies

ENV=test make run # to change the environment to test

make debug # to run php container with xDebug + mailhog

Requirements

  • Docker
  • Makefile

used dependencies

  • https://github.com/sylius/docker-images - ready to use Sylius images
  • https://github.com/boxboat/fixuid - fixes user ID between local machine and docker container (required for Linux)

piotrkardasz avatar Sep 30 '23 12:09 piotrkardasz