1
0

Run.sh Update

This commit is contained in:
Christer Warén 2024-06-30 09:33:31 +03:00
parent fd32b83182
commit df5d01a74d

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