mirror of
https://github.com/friendica/docker
synced 2025-04-05 19:43:12 +02:00
4 lines
98 B
Docker
4 lines
98 B
Docker
FROM friendica/server:apache
|
|
|
|
RUN mkdir -p /usr/src/config
|
|
COPY addon.config.php /usr/src/config/
|