Skip to content
Open
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:6b75f3afd97713d13c8f4fdd3ec1303f80031b9bb3c9c66f94a0dd68efc019de
FROM ghcr.io/trueforge-org/seerr:2.7.3@sha256:a3889488987560ea9fe9990223878b55c1ce516fda3425fa223ae74244f2e28c
COPY --chmod=0755 . /

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/

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/
Loading