mirror of
https://github.com/caprover/caprover
synced 2025-10-30 10:07:01 +00:00
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
6 lines
175 B
Plaintext
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'
|