Skip to content

Commit d6cba8c

Browse files
committed
Fix the RUNs in scratch
1 parent 6c92656 commit d6cba8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FROM scratch
1212

1313
COPY --from=builder /source/target/install /
1414
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
15+
RUN ["woff", "Roboto-Regular.ttf", "Roboto-Regular.woff"]
16+
RUN ["woff", "Roboto-Regular.ttf", "Roboto-Regular.woff2"]
1717

1818
ENTRYPOINT ["/bin/woff"]

0 commit comments

Comments
 (0)