Rss-Bridge/Dockerfile

5 lines
91 B
Docker

FROM ulsmith/alpine-apache-php7
COPY ./ /app/public/
RUN chown -R apache:root /app/public