File tree 1 file changed +7
-5
lines changed
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
15
15
16
16
FROM $NODE
17
17
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 <[email protected] >"
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 <[email protected] >" \
24
+ org.opencontainers.image.licenses="MIT"
23
25
24
26
WORKDIR /app
25
27
You can’t perform that action at this time.
0 commit comments