5 lines
134 B
Docker
5 lines
134 B
Docker
FROM ghcr.io/gethomepage/homepage:latest
|
|
|
|
# Copy configuration files from the repository into the container
|
|
COPY ./config /app/config
|