1
0
Fork 0
mirror of synced 2024-05-04 04:42:44 +12:00

modified entrypoint to support debugger

This commit is contained in:
Damodar Lohani 2021-07-11 15:49:31 +05:45
parent e8754111b9
commit 5073c264b7

View file

@ -72,6 +72,13 @@ services:
- redis
# - clamav
- influxdb
entrypoint:
- php
- -e
- app/http.php
- -dopcache.preload=opcache.preload=/usr/src/code/app/preload.php
environment:
- _APP_ENV
- _APP_LOCALE