This commit is contained in:
rustmailer
2025-11-19 02:23:44 +08:00
parent c0576b96f7
commit 81b2dd372c
3 changed files with 176 additions and 1 deletions
-1
View File
@@ -13,7 +13,6 @@ WORKDIR /opt/bichon
# Copy compiled binary (ensure it's statically linked or compatible with bullseye)
COPY bichon /opt/bichon/bichon
COPY LICENSE /opt/bichon/
COPY license.html /opt/bichon/
# Set proper permissions
RUN chmod +x /opt/bichon/bichon