feat: switch to Dockerfile build to bake config into image
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM ghcr.io/gethomepage/homepage:latest
|
||||
|
||||
# Copy configuration files from the repository into the container
|
||||
COPY ./config /app/config
|
||||
Reference in New Issue
Block a user