4 lines
65 B
Docker
4 lines
65 B
Docker
FROM php:alpine
|
|
LABEL author="1Computer1"
|
|
|
|
COPY run.sh /var/run/
|