20 lines
216 B
Docker
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

FROM lsiobase/alpine
MAINTAINER sparklyballs
# install packages
RUN \
apk add --no-cache \
git \
nano \
nginx \
openssl \
php5 \
php5-cli \
php5-json \
php5-fpm
COPY root/ /
EXPOSE 80 443
VOLUME /config