1
0

Compare commits

..

No commits in common. "df5d01a74d241130a809374547c6a4c12ab06c8a" and "22908d839f7fdd039f25a31d8f58d4baa1b9d7f9" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +0,0 @@
{
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"editor.renderFinalNewline": false
}

2
run.sh Executable file → Normal file
View File

@ -1 +1 @@
podman run -it --rm --name php -v "$PWD":/usr/src/myapp -w /usr/src/myapp php:8-cli php index.php
docker run -it --rm --name php -v "$PWD":/usr/src/myapp -w /usr/src/myapp php:7-cli php index.php