1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
Christer Warén
df5d01a74d Run.sh Update 2024-06-30 09:33:31 +03:00
Christer Warén
fd32b83182 Add VSCode Settings 2024-06-30 09:26:50 +03:00
2 changed files with 7 additions and 1 deletions

6
.vscode/settings.json vendored Normal file
View File

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

2
run.sh Normal file → Executable file
View File

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