Dockerfile 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #
  2. #--------------------------------------------------------------------------
  3. # Image Setup
  4. #--------------------------------------------------------------------------
  5. #
  6. # To take a look at the'php-worker' base Image, visit its DockerHub page
  7. # https://hub.docker.com/r/nielsvdoorn/laravel-supervisor/
  8. #
  9. FROM nielsvdoorn/laravel-supervisor
  10. MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
  11. #
  12. #--------------------------------------------------------------------------
  13. # Optional Supervisord Configuration
  14. #--------------------------------------------------------------------------
  15. #
  16. # Modify the ./supervisor.conf file to match your App's requirements.
  17. # Make sure you rebuild your container with every change.
  18. #
  19. COPY supervisord.conf /etc/supervisord.conf
  20. #
  21. #--------------------------------------------------------------------------
  22. # Optional Software's Installation
  23. #--------------------------------------------------------------------------
  24. #
  25. # If you need to modify this image, feel free to do it right here.
  26. #
  27. # -- Your awesome modifications go here -- #
  28. #
  29. #--------------------------------------------------------------------------
  30. # Final Touch
  31. #--------------------------------------------------------------------------
  32. #
  33. WORKDIR /etc/supervisor/conf.d/