Skip to content

Commit

Permalink
Chore: Add image details to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jsugarman committed Jan 7, 2025
1 parent 594598e commit 3a474e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
FROM ruby:3.4.1-alpine3.21
MAINTAINER apply for legal aid team

LABEL org.opencontainers.image.vendor="Ministry of Justice" \
org.opencontainers.image.authors="Apply for civil legal aid team ([email protected])" \
org.opencontainers.image.title="Legal Framework API" \
org.opencontainers.image.description="API for checking the required information for legal aid applications" \
org.opencontainers.image.url="https://github.com/ministryofjustice/legal-framework-api"

ENV RAILS_ENV production

Expand Down

0 comments on commit 3a474e5

Please sign in to comment.