mirror of
https://github.com/friendica/docker
synced 2025-03-14 20:17:06 +01:00
- remove supervisord possibility due incompatibility with `tini` - Fix example Dockerfiles
4 lines
95 B
Docker
4 lines
95 B
Docker
FROM friendica:fpm-alpine
|
|
|
|
RUN mkdir -p /usr/src/config
|
|
COPY addon.config.php /usr/src/config/
|