We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e056dc commit 6c92656Copy full SHA for 6c92656
Dockerfile
@@ -4,6 +4,7 @@ WORKDIR /source
4
COPY . .
5
6
RUN cargo install --features binary --path . --root target/install
7
+RUN ldd target/install/bin/woff
8
RUN target/install/bin/woff tests/fixtures/Roboto-Regular.ttf Roboto-Regular.woff
9
RUN target/install/bin/woff tests/fixtures/Roboto-Regular.ttf Roboto-Regular.woff2
10
@@ -13,3 +14,5 @@ COPY --from=builder /source/target/install /
13
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
17
+
18
+ENTRYPOINT ["/bin/woff"]
0 commit comments