Skip to content

Commit

Permalink
Set LABEL as last element in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Jul 10, 2024
1 parent 8aeec2d commit 5b256fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM solr:8.4

ENV TZ America/Moncton

LABEL ca.unb.lib.generator="solr" \
com.microscaling.docker.dockerfile="/Dockerfile" \
com.microscaling.license="MIT" \
Expand All @@ -13,5 +15,3 @@ LABEL ca.unb.lib.generator="solr" \
org.label-schema.version=$VERSION \
org.opencontainers.image.authors="libsupport@unb.ca" \
org.opencontainers.image.source="https://github.com/unb-libraries/drupal.solr.lib.unb.ca"

ENV TZ America/Moncton

0 comments on commit 5b256fe

Please sign in to comment.