mirror of
https://github.com/friendica/docker
synced 2025-02-21 07:45:24 +01:00
4 lines
102 B
Docker
4 lines
102 B
Docker
FROM friendica/server:fpm-alpine
|
|
|
|
RUN mkdir -p /usr/src/config
|
|
COPY addon.config.php /usr/src/config/
|