mirror of
https://github.com/friendica/docker
synced 2024-11-13 04:43:44 +01:00
5 lines
98 B
Docker
5 lines
98 B
Docker
FROM friendica/server:apache
|
|
|
|
RUN mkdir -p /usr/src/config
|
|
COPY addon.config.php /usr/src/config/
|