fix: avoid COPY of non existent dir, add .dockerignore

This commit is contained in:
2025-09-12 20:57:33 -05:00
parent 39688f800f
commit fe798e1867
2 changed files with 73 additions and 1 deletions

View File

@@ -52,7 +52,6 @@ RUN addgroup --gid $GID $APP_USER \
# Copy application files
COPY --from=builder --chown=$APP_USER:$APP_USER /usr/src/banner/target/release/banner ${APP}/banner
COPY --from=builder --chown=$APP_USER:$APP_USER /usr/src/banner/src/fonts ${APP}/fonts
# Set proper permissions
RUN chmod +x ${APP}/banner