gitlist icon indicating copy to clipboard operation
gitlist copied to clipboard

Improve docker-compose environment

Open klaussilveira opened this issue 3 years ago • 0 comments

GitList features docker-compose environment for ease of development. Unfortunately, there are a few problems with the current implementation:

  • [ ] PHP-FPM and nginx are being executed as root
  • [ ] npm run watch is broken
  • [ ] Cypress Test Runner is not able to access nginx while running on GitLab Actions (which is why we use symfony-cli to run it: https://github.com/klaussilveira/gitlist/blob/master/.github/workflows/build.yml#L85)

klaussilveira avatar Jan 15 '22 04:01 klaussilveira