Skip to content

Commit d20ea04

Browse files
committed
LABELS are space sensitive
1 parent ec2fa16 commit d20ea04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ ARG ADD=shiny
66

77
LABEL org.opencontainers.image.licenses="MIT" \
88
org.opencontainers.image.source="https://github.com/davidski/evaluator" \
9-
org.opencontainers.image.documentation = "https://evaluator.tidyrisk.org" \
9+
org.opencontainers.image.documentation="https://evaluator.tidyrisk.org" \
1010
maintainer="David F. Severski <[email protected]>" \
11-
org.openctainers.image.authors ="David F. Severski <[email protected]>"
11+
org.openctainers.image.authors="David F. Severski <[email protected]>"
1212

1313
RUN /rocker_scripts/install_shiny_server.sh
1414

0 commit comments

Comments
 (0)