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

5 lines
91 B
Docker

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