1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-05-28 10:19:20 +02:00
php-rss-bridge/Dockerfile

5 lines
91 B
Docker

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