5 lines
84 B
Docker
5 lines
84 B
Docker
FROM php:5.6-apache
|
|
|
|
COPY /code /var/www/html/
|
|
|
|
RUN chmod 751 /var/www/html/start.sh |