File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,13 @@ RUN yarn run build
1515
1616FROM $NODE
1717
18- LABEL org.opencontainers.image.title="Mafl"
19- LABEL org.opencontainers.image.description="Minimalistic flexible homepage"
20- LABEL org.opencontainers.image.source="https://github.com/hywax/mafl"
21- LABEL org.opencontainers.image.authors="Hywax <me@hywax.space>"
22- LABEL org.opencontainers.image.licenses="MIT"
18+ LABEL org.opencontainers.image.title="Mafl" \
19+ org.opencontainers.image.description="Minimalistic flexible homepage" \
20+ org.opencontainers.image.url="https://mafl.hywax.space" \
21+ org.opencontainers.image.documentation="https://mafl.hywax.space/guide/getting-started.html" \
22+ org.opencontainers.image.source="https://github.com/hywax/mafl" \
23+ org.opencontainers.image.authors="Hywax <me@hywax.space>" \
24+ org.opencontainers.image.licenses="MIT"
2325
2426WORKDIR /app
2527
You can’t perform that action at this time.
0 commit comments