diff --git a/Dockerfile b/Dockerfile index 88ab751..7afb16c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM busybox:stable -COPY --from=docker.io/fallenbagel/jellyseerr:latest /app/public/* /public +# created /public folder with jellyseerr official image +COPY --from=docker.io/fallenbagel/jellyseerr:latest /app/public / +# overrides existing files with custom ones COPY public/* /public