We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c92656 commit d6cba8cCopy full SHA for d6cba8c
Dockerfile
@@ -12,7 +12,7 @@ FROM scratch
12
13
COPY --from=builder /source/target/install /
14
COPY --from=builder /source/tests/fixtures/Roboto-Regular.ttf .
15
-RUN woff Roboto-Regular.ttf Roboto-Regular.woff
16
-RUN woff Roboto-Regular.ttf Roboto-Regular.woff2
+RUN ["woff", "Roboto-Regular.ttf", "Roboto-Regular.woff"]
+RUN ["woff", "Roboto-Regular.ttf", "Roboto-Regular.woff2"]
17
18
ENTRYPOINT ["/bin/woff"]
0 commit comments