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
Regular → Executable
+1 -1
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