1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-04-09 16:38:50 +00:00
rss-bridge/Dockerfile

5 lines
91 B
Docker

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