Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski authored Jan 27, 2024
1 parent a7b64ce commit 12b8d18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 12b8d18

Please sign in to comment.