OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
reader
/
aws-ses
/
vendor
/
phpmailer
/
phpmailer
/
.github
/
actions
/
build-docs
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/03/2025 08:45:36 AM
rwxr-xr-x
📄
Dockerfile
448 bytes
03/03/2025 08:45:36 AM
rw-r--r--
📄
entrypoint.sh
48 bytes
03/03/2025 08:45:36 AM
rw-r--r--
Editing: Dockerfile
Close
FROM phpdoc/phpdoc LABEL "repository"="https://github.com/PHPMailer/PHPMailer" LABEL "com.github.actions.name"="Build Docs" LABEL "com.github.actions.description"="Build Docs with phpDocumentor" LABEL "com.github.actions.icon"="file-text" LABEL "com.github.actions.color"="blue" # don't show errors RUN echo "display_errors = Off" > $PHP_INI_DIR/conf.d/errors.ini COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]