mirror of
https://github.com/friendica/docker
synced 2025-04-05 11:33:11 +02:00
- remove supervisord possibility due incompatibility with `tini` - Fix example Dockerfiles
4 lines
91 B
Docker
4 lines
91 B
Docker
FROM friendica:apache
|
|
|
|
RUN mkdir -p /usr/src/config
|
|
COPY addon.config.php /usr/src/config/
|