Compare commits
2 Commits
22908d839f
...
df5d01a74d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
df5d01a74d | ||
![]() |
fd32b83182 |
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimFinalNewlines": true,
|
||||
"editor.renderFinalNewline": false
|
||||
}
|
2
run.sh
Normal file → Executable file
2
run.sh
Normal file → Executable 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user