mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-23 01:55:27 +03:00
5 lines
91 B
Text
5 lines
91 B
Text
|
FROM ulsmith/alpine-apache-php7
|
||
|
|
||
|
COPY ./ /app/public/
|
||
|
|
||
|
RUN chown -R apache:root /app/public
|