1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-21 17:23:59 +03:00
rss-bridge/Dockerfile

5 lines
91 B
Text
Raw Normal View History

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