Add Composer autoloading
This commit is contained in:
+2
-1
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
tvguide:
|
||||
image: php:8.4-apache
|
||||
build: .
|
||||
container_name: tvguide
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
@@ -11,6 +11,7 @@ services:
|
||||
- ./app/templates:/var/www/templates
|
||||
- ./app/config:/var/www/config
|
||||
- ./app/cache:/var/www/cache
|
||||
- ./vendor:/var/www/vendor
|
||||
- ./epg:/var/www/epg
|
||||
- ./logos:/var/www/html/logos
|
||||
- ./posters:/var/www/html/posters
|
||||
|
||||
Reference in New Issue
Block a user