Skip to content

Commit

Permalink
chore: add dockerfile description
Browse files Browse the repository at this point in the history
  • Loading branch information
mitfik committed Jul 19, 2024
1 parent 874486f commit fe86537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN cargo build --release --features data_entries_xls

FROM debian:bookworm-slim AS runtime
WORKDIR /app
LABEL org.opencontainers.image.description "The OCA repository is a key concept of the OCA Ecosystem. It enables the management, storage, and sharing of OCA Objects like OCA Bundles, Capture Bases, and Overlays. Furthermore, it comes with pre-baked support for OCAFiles. The interface is exposed through REST API"
RUN apt-get update --quiet \
&& apt-get install -y tini openssl sqlite3
COPY --from=builder /app/target/release/oca-repository /usr/local/bin
Expand Down

0 comments on commit fe86537

Please sign in to comment.