Add Bash, PHP, Perl

This commit is contained in:
1computer1 2019-03-15 19:48:24 -04:00
parent bb8e6d5cfa
commit c8048b3a08
10 changed files with 53 additions and 0 deletions

4
docker/php/Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM php:alpine
LABEL author="1Computer1"
COPY run.sh /var/run/

1
docker/php/run.sh Normal file
View file

@ -0,0 +1 @@
php -r "$1"