Files
caprover/dockerfiles/php
Kasra Bigdeli 2baddabef6
Some checks failed
Run build / build (push) Has been cancelled
Run formatter / check-code-formatting (push) Has been cancelled
Run lint / run-lint (push) Has been cancelled
Build and push the edge image / run-pre-checks (push) Has been cancelled
Build and push the edge image / build-publish-docker-hub (push) Has been cancelled
Update php
2025-08-22 08:19:17 -07:00

6 lines
175 B
Plaintext

# FROM php:7.3-apache
# Uncomment the line above if you want to use a Dockerfile instead of templateId
COPY ./ /var/www/html/
RUN sh -c 'rm -rf /var/www/html/.git || echo 1'