Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/jellyseerr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM ghcr.io/trueforge-org/seerr:2.7.3@sha256:003d4bff61252a418ea3150010988070f7935fe490198523c89d0f81a011753f
FROM ghcr.io/trueforge-org/seerr:2.7.3@sha256:6b75f3afd97713d13c8f4fdd3ec1303f80031b9bb3c9c66f94a0dd68efc019de
COPY --chmod=0755 . /

Check warning on line 2 in apps/jellyseerr/Dockerfile

View workflow job for this annotation

GitHub Actions / Build jellyseerr / Build (linux/amd64)

Attempting to Copy file that is excluded by .dockerignore

CopyIgnoredFile: Attempting to Copy file "." that is excluded by .dockerignore More info: https://docs.docker.com/go/dockerfile/rule/copy-ignored-file/

Check warning on line 2 in apps/jellyseerr/Dockerfile

View workflow job for this annotation

GitHub Actions / Build jellyseerr / Build (linux/arm64)

Attempting to Copy file that is excluded by .dockerignore

CopyIgnoredFile: Attempting to Copy file "." that is excluded by .dockerignore More info: https://docs.docker.com/go/dockerfile/rule/copy-ignored-file/
Loading