Merge pull request #702 from qkqpttgf/ReplitImportFromGithub
Replit: ImportFromGithub
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
language = "php74"
|
|
||||||
run = "php -S 0.0.0.0:8000 index.php"
|
run = "php -S 0.0.0.0:8000 index.php"
|
||||||
entrypoint = "index.php"
|
entrypoint = "index.php"
|
||||||
[nix]
|
[nix]
|
||||||
channel = "stable-22_11"
|
channel = "stable-22_11"
|
||||||
|
[deployment]
|
||||||
|
run = ["sh", "-c", "php -S 0.0.0.0:8000 index.php"]
|
||||||
|
deploymentTarget = "cloudrun"
|
||||||
|
|||||||
Reference in New Issue
Block a user