docker-kitinfo-timers/Dockerfile

17 lines
352 B
Docker
Raw Normal View History

FROM docker.jcg.re/docker-caddy
RUN apk add \
php7 \
sqlite3 \
git
RUN cd /var/www && git clone https://github.com/kitinfo/timers.git .
RUN cd /var/www && mkdir receive_hook && mkdir db_dump
RUN cd /var/www && git clone https://git.finallycoffee.eu/jonaWantsCoffee/kitinfo-timers-data.git .
ADD receive_hook /var/www/receive_hook
EXPOSE 80