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
6 changes: 2 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@
COPY --chown=palace:palace packages/palace-opds/pyproject.toml /var/www/circulation/packages/palace-opds/
RUN uv sync --frozen --no-dev --no-install-workspace

COPY --chown=palace:palace . /var/www/circulation

Check warning on line 28 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / Docker build (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 28 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / Docker build (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 28 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / Docker build (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 28 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / Docker build (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 28 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / Docker build (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 28 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / Docker build (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 28 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / Docker build (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 28 in docker/Dockerfile

View workflow job for this annotation

GitHub Actions / Docker build (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/

# Install the project itself as a non-editable install. Omitting
# --no-install-project (and passing --no-editable) is the recommended
# pattern for production Docker builds with uv.
RUN uv sync --frozen --no-dev --no-editable
# Install the project itself as an editable install.
RUN uv sync --frozen --no-dev

###############################################################################
## Circ-exec Image
Expand Down
Loading