This commit is contained in:
rustmailer
2026-01-22 15:52:52 +08:00
parent e47a81d510
commit 0bfe379310
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -220,8 +220,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile
context: ./docker
push: true
platforms: linux/amd64,linux/arm64
tags: |
+1 -1
View File
@@ -18,7 +18,7 @@ COPY ${TARGETARCH}/LICENSE /opt/bichon/
RUN chmod +x /opt/bichon/bichon
# Copy and setup entrypoint script for PUID/PGID support
COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
RUN chmod +x /usr/local/bin/entrypoint.sh
# Install ca-certificates to ensure HTTPS certificate verification works correctly